summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Branca <chewbranca@gmail.com>2013-03-14 15:50:43 -0700
committerRussell Branca <chewbranca@gmail.com>2013-03-14 15:50:43 -0700
commit2e75c7a4495df47c5fc23a8cf8545ea0999ee590 (patch)
tree425487436a030102b6e1866535830299526e60af
parent18ea4df42f943c5ccd2a5ed747d30a9f638a53fd (diff)
downloadcouchdb-2e75c7a4495df47c5fc23a8cf8545ea0999ee590.tar.gz
Quick fix for path location of bbb command
-rw-r--r--src/fauxton/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fauxton/readme.md b/src/fauxton/readme.md
index 09632af4c..c041735db 100644
--- a/src/fauxton/readme.md
+++ b/src/fauxton/readme.md
@@ -43,7 +43,7 @@ A recent of [node.js](http://nodejs.org/) and npm is required.
### To Deploy Fauxton
- bbb couchapp_deploy - to deploy to your local [Couchdb instance] (http://localhost:5984/fauxton/_design/fauxton/index.html)
+ ./bin/bbb couchapp_deploy - to deploy to your local [Couchdb instance] (http://localhost:5984/fauxton/_design/fauxton/index.html)
## Understang Fauxton Code layout