Add Hombrew as install method on MacOS (#303)
This commit is contained in:
29
README.md
29
README.md
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user