Skip to content

Commit

Permalink
Close npm#10 Add semver to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 21, 2011
1 parent 861dc21 commit 7f3b3b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -18,10 +18,11 @@ Clone the repository if you haven't already, and cd into it:
git clone https://github.com/isaacs/npmjs.org.git
cd npmjs.org

Now install couchapp:
Now install couchapp and semver:

sudo npm install couchapp -g
[sudo] npm install couchapp -g
npm install couchapp
npm install semver

Sync the registry and search:

Expand Down

0 comments on commit 7f3b3b4

Please sign in to comment.