From 8baf834eda038732e56f8b6a6cd96437204ec33d Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 22 Nov 2023 16:45:13 -0800 Subject: [PATCH] Add Homebrew install instructions to readme (#2726) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 63b84249ee..50d5b0350d 100644 --- a/README.md +++ b/README.md @@ -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: