From d58cefa80aa6bb4752afc7df390a6fb98c0cc620 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 13 Feb 2011 09:17:49 -0800 Subject: Closes GH-578 Fix submodule command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3