summaryrefslogtreecommitdiff
path: root/deps/npm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/README.md')
-rw-r--r--deps/npm/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/README.md b/deps/npm/README.md
index d3e361c3d..c8b7afca8 100644
--- a/deps/npm/README.md
+++ b/deps/npm/README.md
@@ -42,11 +42,11 @@ There's a pretty robust install script at
You can set any npm configuration params with that script:
-npm_config_prefix=/some/path sh install.sh
+ npm_config_prefix=/some/path sh install.sh
Or, you can run it in uber-debuggery mode:
-npm_debug=1 sh install.sh
+ npm_debug=1 sh install.sh
### Even Fancier