summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGokul B. Nair <14059534+gokulbnr@users.noreply.github.com>2023-08-30 17:00:30 +1000
committerGitHub <noreply@github.com>2023-08-30 09:00:30 +0200
commitf57c9987be0c6dd93644eaf3cf67545ab2e4ce04 (patch)
tree295958143da3f72f31d0a9d734f9b45098b6a573
parent23cbf248e41a2f8928feff25d1a8f45ca58b2599 (diff)
Updated README.md (#315)
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.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index baa4476..cec7bbf 100644
--- a/README.md
+++ b/README.md
@@ -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
```