Skip to content

Commit

Permalink
fix: winget must use exact id to avoid installing other program (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored Jun 14, 2024
1 parent c48bc57 commit 2d96586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d96586

Please sign in to comment.