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>2011-10-03 08:57:34 +0400
committerisaacs <i@izs.me>2011-10-03 08:57:34 +0400
commit8423a8781279e2927020e82287ea72ff771d5b85 (patch)
tree417c2c1352c914534da8de51b76b884084a7f250 /README.md
parente9a3079ea34586c56ca0eb3fabda527a88c8a48f (diff)
Correct git crt path
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