You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/07/14 23:33:37 UTC

fauxton commit: updated refs/heads/master to 2d2cc24

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 41d68b8ee -> 2d2cc2431


modify the documentation for the installation


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

Branch: refs/heads/master
Commit: 2d2cc243169cb564a5dd48106fe0c0b1204cab83
Parents: 41d68b8
Author: Stéphane Wirtel <st...@wirtel.be>
Authored: Sun Jul 13 12:20:18 2014 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Mon Jul 14 23:21:32 2014 +0200

----------------------------------------------------------------------
 readme.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2d2cc243/readme.md
----------------------------------------------------------------------
diff --git a/readme.md b/readme.md
index 4db17a0..ce69219 100644
--- a/readme.md
+++ b/readme.md
@@ -14,7 +14,10 @@ A recent of [node.js](http://nodejs.org/) and npm is required.
 
 ### Fauxton Setup ###
 
-    cd src/fauxton
+    # Clone the Fauxton repo: https://git-wip-us.apache.org/repos/asf/couchdb-fauxton.git
+    git clone https://git-wip-us.apache.org/repos/asf/couchdb-fauxton.git fauxton
+
+    cd fauxton
 
     # Install all dependencies
     npm install