Skip to content

Commit

Permalink
README: Remove the bit about the submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 16, 2012
1 parent 97311fd commit 628d820
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -89,21 +89,15 @@ To install the latest **unstable** development version from git:


git clone https://github.com/isaacs/npm.git git clone https://github.com/isaacs/npm.git
cd npm cd npm
git submodule update --init --recursive
sudo make install # (or: `node cli.js install -gf`) sudo make install # (or: `node cli.js install -gf`)


If you're sitting in the code folder reading this document in your If you're sitting in the code folder reading this document in your
terminal, then you've already got the code. Just do: terminal, then you've already got the code. Just do:


git submodule update --init --recursive
sudo make install sudo make install


and npm will install itself. 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 ## Permissions when Using npm to Install Other Stuff


**tl;dr** **tl;dr**
Expand Down

0 comments on commit 628d820

Please sign in to comment.