Skip to content

Commit 8eea896

Browse files
committed
docs: add MacPorts install info
`rq` can now be installed from MacPorts: https://ports.macports.org/port/rq/
1 parent 86e282f commit 8eea896

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/installation.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TODO: this section will soon be updated!
99
* [Cargo](#cargo) (Stable releases, slow)
1010
* [GitHub releases](#github-releases) (Stable releases, fast)
1111
* [Arch Linux](#arch-linux) (Up to date, slow)
12-
* [Mac OS X](#mac-os-x) (Out of date, slow)
12+
* [macOS](#macOS) (Multiple options)
1313
* [Nix](#nix) (Up to date, slow)
1414

1515
## Generic
@@ -43,7 +43,7 @@ example `pacaur`:
4343

4444
This takes a while to install because `rq` will be built from source.
4545

46-
## Mac OS X
46+
## macOS
4747

4848
There is a Homebrew tap available. Add it like this:
4949

@@ -60,6 +60,12 @@ severely out of date):
6060

6161
brew install rq
6262

63+
On macOS, you can also install `rq` using [MacPorts](https://www.macports.org):
64+
65+
sudo port install rq
66+
67+
More info [here](https://ports.macports.org/port/rq/).
68+
6369
## Nix
6470

6571
`rq` is available in nixpkgs. You can install it via `nix-env`:

0 commit comments

Comments
 (0)