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:
Alex Medvednikov
2019-06-23 00:37:13 +02:00
committed by GitHub
parent 46ba66c24c
commit f5be084819

View File

@@ -66,7 +66,7 @@ That's it! Now you have a V executable at `~/v/compiler/v`.
You can create a symlink so that it's globally available: You can create a symlink so that it's globally available:
``` ```
sudo ln -s /$HOME/v/compiler/v /usr/local/bin/v sudo ln -s $HOME/v/compiler/v /usr/local/bin/v
``` ```
### Windows ### Windows