Skip to content

Commit

Permalink
Merge pull request #49 from chenrui333/homebrew-installation
Browse files Browse the repository at this point in the history
chore: add homebrew installation note
  • Loading branch information
thomasschafer authored Nov 30, 2024
2 parents 1a08ccc + 7df72cb commit ecddee0
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 @@ -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.
Expand Down

0 comments on commit ecddee0

Please sign in to comment.