Add Hombrew as install method on MacOS (#303)

This commit is contained in:
Backroom8816 2024-08-01 05:10:31 +02:00 committed by GitHub
parent 4fc71c9291
commit cb4455655f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,15 @@ Install Rust (1.70.0 or above) and Cargo, and then run:
cargo install --locked iamb cargo install --locked iamb
``` ```
### Arch Linux
On Arch Linux a [package](https://aur.archlinux.org/packages/iamb-git) is available in the
Arch User Repositories (AUR). To install it simply run with your favorite AUR helper:
```
paru iamb-git
```
See [Configuration](#configuration) for getting a profile set up. See [Configuration](#configuration) for getting a profile set up.
### FreeBSD ### FreeBSD
@ -57,13 +66,19 @@ On NetBSD a package is available from the official repositories. To install it s
pkgin install iamb pkgin install iamb
``` ```
### Arch Linux ### macOS
On Arch Linux a [package](https://aur.archlinux.org/packages/iamb-git) is available in the On macOS a [package](https://formulae.brew.sh/formula/iamb#default) is availabe in Homebrew's
Arch User Repositories (AUR). To install it simply run with your favorite AUR helper: repository. To install it simply run:
``` ```
paru iamb-git brew install iamb
```
### Nix / NixOS (flake)
```
nix profile install "github:ulyssa/iamb"
``` ```
### openSUSE Tumbleweed ### openSUSE Tumbleweed
@ -74,12 +89,6 @@ On openSUSE Tumbleweed a [package](https://build.opensuse.org/package/show/openS
zypper install iamb zypper install iamb
``` ```
### Nix / NixOS (flake)
```
nix profile install "github:ulyssa/iamb"
```
### Snap ### Snap
A snap for Linux distributions which [support](https://snapcraft.io/docs/installing-snapd) the packaging system. A snap for Linux distributions which [support](https://snapcraft.io/docs/installing-snapd) the packaging system.