You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/12/23 17:25:04 UTC

git commit: updated refs/heads/master to a6d55bb

Updated Branches:
  refs/heads/master 02fa02e1e -> a6d55bbfc


Added note about changing root in settings.json for release build


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

Branch: refs/heads/master
Commit: a6d55bbfce42a2c1967ba6c26f82b4c3f85d8e7e
Parents: 02fa02e
Author: suelockwood <de...@apache.org>
Authored: Mon Dec 23 11:24:23 2013 -0500
Committer: suelockwood <de...@apache.org>
Committed: Mon Dec 23 11:24:23 2013 -0500

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/a6d55bbf/src/fauxton/readme.md
----------------------------------------------------------------------
diff --git a/src/fauxton/readme.md b/src/fauxton/readme.md
index 1cc59ab..a0c7702 100644
--- a/src/fauxton/readme.md
+++ b/src/fauxton/readme.md
@@ -48,7 +48,10 @@ A recent of [node.js](http://nodejs.org/) and npm is required.
     # ./bin/grunt couchdb
 
 ### Prepare Fauxton Release
-    Follow the "Fauxton Setup" section then:
+    Follow the "Fauxton Setup" section,
+    Edit settings.json variable root where the document will live.  eg.  "/_utils/fauxton/"
+    
+    then:
 
     ./bin/grunt couchdb