Skip to content

Commit

Permalink
Updated README.md (#315)
Browse files Browse the repository at this point in the history
The domain "pixi.sh" seems to be blocked by my organization. So, the curl command didn't work for me. Adding a fallback source to curl with a github raw link to the install.sh file in the repo, in case the first one doesn't work.
  • Loading branch information
gokulbnr committed Aug 30, 2023
1 parent 23cbf24 commit f57c998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ If this directory does not already exist, the script will create it.
To install Pixi on macOS and Linux, open a terminal and run the following command:
```bash
curl -fsSL https://pixi.sh/install.sh | bash
# or
curl -fsSL https://raw.githubusercontent.com/prefix-dev/pixi/main/install/install.sh | bash
# or with brew
brew install pixi
```
Expand Down

0 comments on commit f57c998

Please sign in to comment.