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:
parent
b1682e929d
commit
b4a2c6ddba
10
README.md
10
README.md
@ -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
|
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
|
### Windows
|
||||||
|
|
||||||
V works great on Windows Subsystem for Linux. The instructions are the same as above.
|
V works great on Windows Subsystem for Linux. The instructions are the same as above.
|
||||||
|
Loading…
Reference in New Issue
Block a user