From 7df72cbc7f0d1c51b06768f7e7d5b4099a08d3b2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 30 Nov 2024 13:12:59 -0500 Subject: [PATCH] chore: add homebrew installation note Signed-off-by: Rui Chen --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d4fd371..8d348c5 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,14 @@ Ensure you have cargo installed (see [here](https://doc.rust-lang.org/cargo/gett cargo install scooter ``` +### Homebrew + +On macOS and Linux, you can install Scooter using [Homebrew](https://formulae.brew.sh/formula/scooter): + +```sh +brew install scooter +``` + ### NixOS Scooter is available as `scooter` in [nixpkgs](https://search.nixos.org/packages?channel=unstable&show=scooter), currently on the unstable channel.