0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00

Mention MacPorts in readme (#650)

* Mention MacPorts in readme

* Link the MacPorts n port
This commit is contained in:
Aaron Madlon-Kay 2021-01-27 18:19:52 +09:00 committed by GitHub
parent e5a441a068
commit a8f6cb26e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: