mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
Update README.md
This commit is contained in:
parent
46ba66c24c
commit
f5be084819
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue