mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
readme: use .\v
in instruction for PowerShell (#24820)
Co-authored-by: Jengro Woo <Jengro777@outlook.com>
This commit is contained in:
parent
6dcedae784
commit
4a44fc5ae0
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ type:
|
|||
v symlink
|
||||
```
|
||||
|
||||
(or `./v symlink` in PowerShell)
|
||||
(or `.\v symlink` in PowerShell)
|
||||
|
||||
That will make V available everywhere, by adding it to your PATH. Please restart your
|
||||
shell/editor after that, so that it can pick up the new PATH variable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue