From cb4455655fe5de92ab614b689d4b9260536d10de Mon Sep 17 00:00:00 2001 From: Backroom8816 <140431054+Backroom8816@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:10:31 +0200 Subject: [PATCH] Add Hombrew as install method on MacOS (#303) --- README.md | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bfc07f6..23f0547 100644 --- a/README.md +++ b/README.md @@ -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 @@ -57,13 +66,19 @@ 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 +``` + +### Nix / NixOS (flake) + +``` +nix profile install "github:ulyssa/iamb" ``` ### openSUSE Tumbleweed @@ -74,12 +89,6 @@ On openSUSE Tumbleweed a [package](https://build.opensuse.org/package/show/openS zypper install iamb ``` -### Nix / NixOS (flake) - -``` -nix profile install "github:ulyssa/iamb" -``` - ### Snap A snap for Linux distributions which [support](https://snapcraft.io/docs/installing-snapd) the packaging system.