From 4a44fc5ae0c8938b48af0401a3bcf6e524d134b9 Mon Sep 17 00:00:00 2001 From: Jengro Date: Tue, 1 Jul 2025 14:45:18 +0800 Subject: [PATCH] readme: use `.\v` in instruction for PowerShell (#24820) Co-authored-by: Jengro Woo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cd9f0cadc..b2a1351d2c 100644 --- a/README.md +++ b/README.md @@ -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.