You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2013/03/20 19:30:49 UTC

[2/2] git commit: Now that the project is in the npm registry, README should mention it.

Now that the project is in the npm registry, README should mention it.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/17cbc738
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/17cbc738
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/17cbc738

Branch: refs/heads/next
Commit: 17cbc738e605e9b28abf6bca474596d5e6d7ed8b
Parents: b36213d
Author: Brent Lintner <br...@gmail.com>
Authored: Wed Mar 20 14:06:36 2013 -0400
Committer: Brent Lintner <br...@gmail.com>
Committed: Wed Mar 20 14:27:28 2013 -0400

----------------------------------------------------------------------
 README.md |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/17cbc738/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index deac0ee..dd65f0a 100644
--- a/README.md
+++ b/README.md
@@ -73,22 +73,14 @@ There is a command line interface that can be paired with the client (UI).
 
 It can be used for various things, such as statically hosting an application, and running a local (cross origin) XHR proxy.
 
-Eventually, this will be available on the NPM registry. For now (to install):
+To install:
 
-    git clone git@github.com:blackberry/Ripple-UI.git ripple
-    cd ripple
-    ./configure
-    jake
-    npm install -g .
+    npm install -g ripple-emulator
 
 This will install a global script called `ripple`. To see usage, run:
 
     ripple help
 
-Note: If you don't want to use NPM, you can just do this:
-
-    node bin/ripple help
-
 ## Contributing
 
 The `master` branch is the latest (stable) release. The `next` branch is where all development happens.