Skip to content

Commit

Permalink
Add Homebrew install instructions to readme (#2726)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Nov 23, 2023
1 parent 5fc7798 commit 8baf834
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ Once built, the `ord` binary can be found at `./target/release/ord`.

`ord` requires `rustc` version 1.67.0 or later. Run `rustc --version` to ensure you have this version. Run `rustup update` to get the latest stable release.

### Homebrew

`ord` is available in [Homebrew](https://brew.sh/):

```
brew install ord
```

### Debian Package

To build a `.deb` package:
Expand Down

0 comments on commit 8baf834

Please sign in to comment.