Skip to content

Commit

Permalink
Fix install instructions on README.md for mac/linux (#1114)
Browse files Browse the repository at this point in the history
On latest Ubuntu current install instructions result with an error:

```
user@user-laptop:~$ curl -sSf https://rye.astral.sh/get | sh
sh: 2: set: Illegal option -o pipefail
```

While using the instructions on the official website:
https://rye.astral.sh/ work as expected.

This PR updates the README.md version to match
  • Loading branch information
timothycrosley authored May 23, 2024
1 parent 9caff1c commit 703cf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The installation takes just a minute:
* **Linux and macOS:**

```
curl -sSf https://rye.astral.sh/get | sh
curl -sSf https://rye.astral.sh/get | bash
```
* **Windows:**
Expand Down

0 comments on commit 703cf9e

Please sign in to comment.