Skip to content

Commit 27bca9f

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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, can now 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)