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:
parent
e5a441a068
commit
a8f6cb26e2
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user