Skip to content

Commit

Permalink
Correct git crt path
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 3, 2011
1 parent e9a3079 commit 8423a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8423a87

Please sign in to comment.