From 2d96586d73d92494d0e5a81b83fafca2fd7df451 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 15 Jun 2024 00:23:29 +0200 Subject: [PATCH] fix: winget must use exact id to avoid installing other program (#548) --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 2d51e26d9ffb..9c50f31fe54e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -117,7 +117,7 @@ brew install pnpm If you have winget installed, you can install pnpm using the following command: ``` -winget install pnpm +winget install -e --id pnpm.pnpm ``` ## Using Scoop