Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add homebrew install method/instructions #587

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/.includes/quick-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
./rye-aarch64-macos
```

Finally, Rye is also available in [Homebrew](https://formulae.brew.sh/formula/rye#default). This install method is *not* maintained by Rye.

```bash
brew install rye
```

=== "Windows"

To install Rye on windows download the latest release and run the binary. Upon
Expand All @@ -51,7 +57,7 @@
* [rye-x86-windows.exe](https://github.com/mitsuhiko/rye/releases/latest/download/rye-x86-windows.exe) for 32bit Intel Windows

!!!Note

Rye does not yet use signed binaries which means that you will need to allow
the execution of the downloaded executable. If there is no obvious way to do so, click
on "More info" on the error message that shows up and then on "Run anyway".
Expand Down