mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Add Hombrew as install method on MacOS (#303)
This commit is contained in:
parent
4fc71c9291
commit
cb4455655f
1 changed files with 19 additions and 10 deletions
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue