astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
12.08k stars 425 forks source link

Fix install instructions on README.md for mac/linux #1114

Closed timothycrosley closed 1 month ago

timothycrosley commented 1 month ago

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