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-12 04:00:38 +0300
committerisaacs <i@izs.me>2011-02-12 04:00:38 +0300
commit61659335da4ba586c24f242832aa46e1b9d1d796 (patch)
treefc7dea9fa9e99b9ad29ae9112ccab7ca0a417e9b /README.md
parent8240aea837c5b6cc0c300cd7612b9c209c8e8b25 (diff)
add submodule startup thing to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 87404ad1f..5cdff129b 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,13 @@ If that fails, try this:
git clone http://github.com/isaacs/npm.git
cd npm
+ git submodule init --update
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
sudo make install
and npm will install itself.