From 8eea89657824347d6691f6b6fc44d832561ae135 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Thu, 1 Sep 2022 05:31:54 -0400 Subject: [PATCH] docs: add MacPorts install info `rq` can now be installed from MacPorts: https://ports.macports.org/port/rq/ --- doc/installation.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index 2d0aca9f..ba63c7ba 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -9,7 +9,7 @@ TODO: this section will soon be updated! * [Cargo](#cargo) (Stable releases, slow) * [GitHub releases](#github-releases) (Stable releases, fast) * [Arch Linux](#arch-linux) (Up to date, slow) - * [Mac OS X](#mac-os-x) (Out of date, slow) + * [macOS](#macOS) (Multiple options) * [Nix](#nix) (Up to date, slow) ## Generic @@ -43,7 +43,7 @@ example `pacaur`: This takes a while to install because `rq` will be built from source. -## Mac OS X +## macOS There is a Homebrew tap available. Add it like this: @@ -60,6 +60,12 @@ severely out of date): brew install rq +On macOS, you can also install `rq` using [MacPorts](https://www.macports.org): + + sudo port install rq + +More info [here](https://ports.macports.org/port/rq/). + ## Nix `rq` is available in nixpkgs. You can install it via `nix-env`: