mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
docs: fix typo
This commit is contained in:
parent
b17e10c72e
commit
c4241f90e6
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ example by <Windows Key>, then type cmd.exe, right click on its menu
|
||||||
entry, and choose `Run as administrator`. In the new administrative
|
entry, and choose `Run as administrator`. In the new administrative
|
||||||
shell, cd to the path, where you have compiled v.exe, then type:
|
shell, cd to the path, where you have compiled v.exe, then type:
|
||||||
```bat
|
```bat
|
||||||
.\v.exe symlink`
|
.\v.exe symlink
|
||||||
```
|
```
|
||||||
That will make v available everywhere, by adding it to your PATH.
|
That will make v available everywhere, by adding it to your PATH.
|
||||||
Please restart your shell/editor after that, so that it can pick
|
Please restart your shell/editor after that, so that it can pick
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue