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:
authorisaacs <i@izs.me>2013-02-22 22:46:48 +0400
committerisaacs <i@izs.me>2013-02-22 22:46:48 +0400
commitaa46d747789bce8dfb0b21d1b6776cf35bf5a57b (patch)
treefe2a68a89453c1922fadce417a1317175784a84c /README.md
parenta4c3c8abc0b4c23ccd3839bb545b6092da337b5c (diff)
README: Code-ify code sections
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d3e361c3d..c8b7afca8 100644
--- a/README.md
+++ b/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