Skip to content

Commit

Permalink
fix: powershell command
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Nov 29, 2023
1 parent f984e40 commit 58425ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Updating is as simple as installing, rerunning the installation script gets you
Or get a specific pixi version using:
PowerShell:
```powershell
$Env:PIXI_VERSION=vX.Y.Z && iwr -useb https://pixi.sh/install.ps1 | iex
$Env:PIXI_VERSION="vX.Y.Z"; iwr -useb https://pixi.sh/install.ps1 | iex
```
!!! note
If you used a package manager like `brew`, `mamba`, `conda`, `paru` to install `pixi`.
Expand Down

0 comments on commit 58425ca

Please sign in to comment.