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

Chore: replace git.io in installation guide (#724)

d6f6db0b8e
This commit is contained in:
Sukka 2022-04-27 10:51:31 +08:00 committed by GitHub
parent 8ae8e81a11
commit c22ac94432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ Or on macOS with [MacPorts](https://www.macports.org/) you can install the [n po
On Linux and macOS, [n-install](https://github.com/mklement0/n-install) allows installation directly from GitHub; for instance:
curl -L https://git.io/n-install | bash
curl -L https://bit.ly/n-install | bash
n-install sets both `PREFIX` and `N_PREFIX` to `$HOME/n`, installs `n` to `$HOME/n/bin`, modifies the initialization files of supported shells to export `N_PREFIX` and add `$HOME/n/bin` to the `PATH`, and installs the latest LTS Node.js version.