readme: use symlink

pull/1582/head
Alexander Medvednikov 2019-08-12 10:49:20 +03:00 committed by GitHub
parent 872aa536d8
commit 98b108a45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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