Skip to content

Commit

Permalink
Closes npmGH-578 Fix submodule command
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 13, 2011
1 parent 1cd691f commit d58cefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit d58cefa

Please sign in to comment.