From a8f6cb26e27810766c95636875862bb1019a31cb Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Wed, 27 Jan 2021 18:19:52 +0900 Subject: [PATCH] Mention MacPorts in readme (#650) * Mention MacPorts in readme * Link the MacPorts n port --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f6779b7..1dc2631 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ to install `n` to `bin/n` of the directory specified in the environment variable On macOS with [Homebrew](https://brew.sh/) you can install the [n formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/n.rb). brew install n + +Or on macOS with [MacPorts](https://www.macports.org/) you can install the [n port](https://ports.macports.org/port/n/summary): + + port install n On Linux and macOS, [n-install](https://github.com/mklement0/n-install) allows installation directly from GitHub; for instance: