Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-08 02:57:49 +0400
committerisaacs <i@izs.me>2010-08-08 02:57:49 +0400
commitbf840687956f0346abb4ce3a1b4d15c94bae328d (patch)
treeecf1bdbd25657fd0c9d8b7b47b772d83dd4f95a4 /README.md
parent1c13d0718ccbf815e4bf51c1dff879e38ca3d0ae (diff)
update make stuff in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 872cfb307..89053bbdb 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,13 @@ case, you'll have to use sudo.
First, get the code. Maybe use git for this. That'd be cool. Very fancy.
-The default make target is `install-stable`, which downloads the current stable
+The default make target is `install`, which downloads the current stable
version of npm, and installs that for you.
If you want to install the exact code that you're looking at, the bleeding-edge
master branch, do this:
- make install
+ make dev
If you'd prefer to just symlink in the current code so you can hack
on it, you can do this: