Skip to content

Commit

Permalink
fix: install instructions (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Aug 15, 2023
1 parent 1b5e30f commit c223d94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If this directory does not already exist, the script will create it.
## macOS and Linux
To install Pixi on macOS and Linux, open a terminal and run the following command:
```bash
curl -fsSL https://raw.githubusercontent.com/prefix-dev/pixi/main/install/install.sh | bash
curl -fsSL https://pixi.sh/install.sh | bash
# or with brew
brew install pixi
```
Expand All @@ -83,7 +83,7 @@ You might need to restart your terminal or source your shell for the changes to
To install Pixi on Windows, open a PowerShell terminal (you may need to run it as an administrator) and run the following command:

```powershell
iwr -useb https://raw.githubusercontent.com/prefix-dev/pixi/main/install/install.ps1 | iex
iwr -useb https://pixi.sh/install.ps1 | iex
```
The script will inform you once the installation is successful and add the ~/.pixi/bin directory to your PATH, which will allow you to run the pixi command from any location.

Expand All @@ -93,6 +93,8 @@ The script will inform you once the installation is successful and add the ~/.pi
To start using `pixi` from a source build run:

```shell
cargo install --locked pixi
# Or to use the the latest `main` branch
cargo install --locked --git https://github.com/prefix-dev/pixi.git
```

Expand Down

0 comments on commit c223d94

Please sign in to comment.