Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix install instructions on README.md for mac/linux (#1114)
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