Skip to content

docs: add MacPorts install info #232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:

Expand All @@ -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`:
Expand Down