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>2011-03-22 18:30:25 +0300
committerisaacs <i@izs.me>2011-03-22 18:30:25 +0300
commite5bfb0ca021a5b43140b270402b266e9f724c10a (patch)
tree37998f6bcea042e060a83e69ef69683171d4764e /README.md
parentf63c70d8b4f616a8e9c767bfd534cd7a732703ed (diff)
Add note about 1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index dc833e9da..dc8573b5c 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,14 @@ This is just enough info to get you up and running.
Much more info available via `npm help` once it's installed.
+## RELEASE CANDIDATE
+
+The master branch contains the latest release candidate, which as of
+this time is 1.0.something. If you want version 0.2 or 0.3, then you'll
+need to check those branches out explicitly.
+
+The "latest" on the registry is 0.3, because 1.0 is not yet stable.
+
## IMPORTANT
**You need node v0.4 or higher to run this program.**