1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

readme: use symlink

This commit is contained in:
Alexander Medvednikov
2019-08-12 10:49:20 +03:00
committed by GitHub
parent 872aa536d8
commit 98b108a45c

View File

@@ -77,10 +77,10 @@ cc -std=gnu11 -w -o v v.c -lm # Build it with Clang or GCC
### Symlinking and updates
You can create a symlink so that it's globally available:
You can create a `/usr/local/bin/v` symlink so that V is globally available:
```
sudo ln -s [path to V repo]/v /usr/local/bin/v
sudo make symlink
```
V is being constantly updated. To update V, simply run