Skip to content

Commit 4cecffd

Browse files
committed
docs: update pnpm on installation page
1 parent a773d87 commit 4cecffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ Due to this issue, we currently recommend installing pnpm using [npm](#using-npm
2424
Using PowerShell:
2525

2626
```powershell
27-
$env:PNPM_VERSION = "10.0.0"; Invoke-WebRequest https://get.pnpm.io/install.ps1 -UseBasicParsing | Invoke-Expression
27+
$env:PNPM_VERSION = "10.1.0"; Invoke-WebRequest https://get.pnpm.io/install.ps1 -UseBasicParsing | Invoke-Expression
2828
```
2929

3030
### On POSIX systems
3131

3232
```sh
33-
curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=10.0.0 sh -
33+
curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=10.1.0 sh -
3434
```
3535

3636
If you don't have curl installed, you would like to use wget:
3737

3838
```sh
39-
wget -qO- https://get.pnpm.io/install.sh | env PNPM_VERSION=10.0.0 sh -
39+
wget -qO- https://get.pnpm.io/install.sh | env PNPM_VERSION=10.1.0 sh -
4040
```
4141

4242
:::tip

0 commit comments

Comments
 (0)