From 628d8202fe00283804df90e0345e7dd488297514 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 15 Jun 2012 18:56:26 -0700 Subject: README: Remove the bit about the submodules --- README.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d5e285ab0..1257f1471 100644 --- a/README.md +++ b/README.md @@ -89,21 +89,15 @@ To install the latest **unstable** development version from git: git clone https://github.com/isaacs/npm.git cd npm - git submodule update --init --recursive sudo make install # (or: `node cli.js install -gf`) 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 update --init --recursive sudo make install and npm will install itself. -Note that github tarballs **do not contain submodules**, so -those won't work. You'll have to also fetch the appropriate submodules -listed in the .gitmodules file. - ## Permissions when Using npm to Install Other Stuff **tl;dr** -- cgit v1.2.3