Update README.md

pull/726/head
Alexander Medvednikov 2019-06-27 22:32:29 +02:00 committed by GitHub
parent b1682e929d
commit b4a2c6ddba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -74,6 +74,16 @@ You can create a symlink so that it's globally available:
sudo ln -s [path to V repo]/compiler/v /usr/local/bin/v
```
V is being constantly updated. To update V, simply run
```
git pull origin master
cd compiler/
make clean
make
```
### Windows
V works great on Windows Subsystem for Linux. The instructions are the same as above.