Skip to content

Commit

Permalink
Add Hombrew as install method on MacOS (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Backroom8816 authored Aug 1, 2024
1 parent 4fc71c9 commit cb44556
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ Install Rust (1.70.0 or above) and Cargo, and then run:
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.

### FreeBSD
Expand All @@ -57,27 +66,27 @@ On NetBSD a package is available from the official repositories. To install it s
pkgin install iamb
```

### Arch Linux
### macOS

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:
On macOS a [package](https://formulae.brew.sh/formula/iamb#default) is availabe in Homebrew's
repository. To install it simply run:

```
paru iamb-git
brew install iamb
```

### openSUSE Tumbleweed

On openSUSE Tumbleweed a [package](https://build.opensuse.org/package/show/openSUSE:Factory/iamb) is available from the official repositories. To install it simply run:
### Nix / NixOS (flake)

```
zypper install iamb
nix profile install "github:ulyssa/iamb"
```

### Nix / NixOS (flake)
### openSUSE Tumbleweed

On openSUSE Tumbleweed a [package](https://build.opensuse.org/package/show/openSUSE:Factory/iamb) is available from the official repositories. To install it simply run:

```
nix profile install "github:ulyssa/iamb"
zypper install iamb
```

### Snap
Expand Down

0 comments on commit cb44556

Please sign in to comment.