Comparing version
{ | ||
"name": "n", | ||
"description": "Interactively Manage All Your Node Versions", | ||
"version": "9.0.1", | ||
"version": "9.1.0", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/tj/n", |
@@ -55,7 +55,6 @@ # `n` – Interactively Manage Your Node.js Versions | ||
If `npm` is not yet available, one way to bootstrap an install: | ||
If `npm` is not yet available, one way to bootstrap an install is to download and run `n` directly. To install the `lts` version of Node.js: | ||
curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n | ||
bash n lts | ||
# Now node and npm are available | ||
curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n | bash -s lts | ||
# If you want n installed, you can use npm now. | ||
npm install -g n | ||
@@ -62,0 +61,0 @@ |
Sorry, the diff of this file is not supported yet
62733
1.17%290
-0.34%