You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/10/03 17:51:00 UTC

[10/17] git commit: updated refs/heads/master to 532100c

prefer install from source


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/96d3847e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/96d3847e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/96d3847e

Branch: refs/heads/master
Commit: 96d3847e25deb331dd9ba4dae42e879d124d1100
Parents: ea6fe18
Author: Jan Lehnardt <ja...@apache.org>
Authored: Tue Sep 24 17:10:25 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Oct 3 17:21:30 2013 +0200

----------------------------------------------------------------------
 share/doc/src/experimental.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/96d3847e/share/doc/src/experimental.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/experimental.rst b/share/doc/src/experimental.rst
index 7d11ab3..bca22a0 100644
--- a/share/doc/src/experimental.rst
+++ b/share/doc/src/experimental.rst
@@ -38,18 +38,18 @@ Setup
 You will need to install Node.JS version 0.10.0 or later. See `Node.JS
 Downloads <http://nodejs.org/download/>`_ for options.
 
-1. Install the `couchjs-node` binary. Either via NPM:
+1. Install the `couchjs-node` binary. Either from the CouchDB sources:
 
 .. code-block:: shell
 
-    npm install -g couchjs
+    cd src/couchjs-node
+    npm link
 
-Or from the CouchDB sources:
+Or via NPM:
 
 .. code-block:: shell
 
-    cd src/couchjs-node
-    npm link
+    npm install -g couchjs
 
 .. note:: **NPM in non-standard locations**