From 8423a8781279e2927020e82287ea72ff771d5b85 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 2 Oct 2011 21:57:34 -0700 Subject: Correct git crt path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3