Update README.md

pull/379/head
Alex Medvednikov 2019-06-23 00:37:13 +02:00 committed by GitHub
parent 46ba66c24c
commit f5be084819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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:
```
sudo ln -s /$HOME/v/compiler/v /usr/local/bin/v
sudo ln -s $HOME/v/compiler/v /usr/local/bin/v
```
### Windows