mirror of
https://github.com/tj/n.git
synced 2024-11-24 02:27:28 +01:00
Add manual install instructions and remove probably rarely used make instruction (#822)
This commit is contained in:
parent
cbde6e2b01
commit
fe3c3da5af
@ -64,11 +64,11 @@ If `npm` is not yet available, one way to bootstrap an install is to download an
|
||||
# If you want n installed, you can use npm now.
|
||||
npm install -g n
|
||||
|
||||
Alternatively, you can clone this repo and
|
||||
If you don't need support for updates to `n` itself you can just save the download:
|
||||
|
||||
make install
|
||||
|
||||
which defaults to `/usr/local/bin/n`. To install `n` in a custom location such as `$CUSTOM_LOCATION/bin/n`, run `PREFIX=$CUSTOM_LOCATION make install`.
|
||||
curl -fsSL -o /usr/local/bin/n https://raw.githubusercontent.com/tj/n/master/bin/n
|
||||
chmod 0755 /usr/local/bin/n
|
||||
n install lts
|
||||
|
||||
### Third Party Installers
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user