readme: use .\v in instruction for PowerShell (#24820)

Co-authored-by: Jengro Woo <Jengro777@outlook.com>
This commit is contained in:
Jengro 2025-07-01 14:45:18 +08:00 committed by GitHub
parent 6dcedae784
commit 4a44fc5ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.