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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d68bfa51..707a09636 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Run `git --version` to make sure that it's at least version 1.7.6.
Lastly, **after** node.exe, git, and your %PATH% have *all* been set up
properly, install npm itself:
- git config --system http.sslcainfo \\bin\curl-ca-bundle.crt
+ git config --system http.sslcainfo /bin/curl-ca-bundle.crt
git clone --recursive git://github.com/isaacs/npm.git
cd npm
node cli.js install npm -gf