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

Update README.md

This commit is contained in:
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

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.