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-02-13 20:17:49 +0300
committerisaacs <i@izs.me>2011-02-13 20:18:06 +0300
commitd58cefa80aa6bb4752afc7df390a6fb98c0cc620 (patch)
tree64fe0e29f633ada594e38c00137612c553a18099 /README.md
parent1cd691f60bdd8bfd60b7c10426a6756eb6a2d480 (diff)
Closes GH-578 Fix submodule command
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 5cdff129b..9b4d2a7b8 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,13 @@ If that fails, try this:
git clone http://github.com/isaacs/npm.git
cd npm
- git submodule init --update
+ git submodule update --init
sudo make install
If you're sitting in the code folder reading this document in your
terminal, then you've already got the code. Just do:
- git submodule init --update
+ git submodule update --init
sudo make install
and npm will install itself.