Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2383245b8..0c08862fc 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,10 @@ paths, etc.) then read on.
There's a pretty robust install script at
<https://www.npmjs.org/install.sh>. You can download that and run it.
+Here's an example using curl:
+
+ curl -L https://npmjs.org/install.sh | sh
+
### Slightly Fancier
You can set any npm configuration params with that script: