readme: fix the path
parent
b1553449d8
commit
e3b992165c
|
@ -59,12 +59,12 @@ cc -w -o vc v.c # Build it with Clang or GCC
|
||||||
./vc -o v . # Use the resulting V binary to build V from V source
|
./vc -o v . # Use the resulting V binary to build V from V source
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it! Now you have a V executable at `~/v/compiler/v`.
|
That's it! Now you have a V executable at `~/code/v/compiler/v`.
|
||||||
|
|
||||||
You can create a symlink so that it's globally available:
|
You can create a symlink so that it's globally available:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo ln -s $HOME/v/compiler/v /usr/local/bin/v
|
sudo ln -s $HOME/code/v/compiler/v /usr/local/bin/v
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
Loading…
Reference in New Issue