diff options
author | Simon Metson <simonmetson+github@googlemail.com> | 2012-11-16 11:21:03 +0000 |
---|---|---|
committer | Simon Metson <simonmetson+github@googlemail.com> | 2012-11-16 11:21:03 +0000 |
commit | 9f4d8f17c488c107b5efff2aecf6a09fd30ecbca (patch) | |
tree | e806f7ef923a620d8b8414e37ad0166db8d9df74 /src/fauxton | |
parent | abec0b5ac9a6cd1bcc7df56f93ae0bc52da1c2e4 (diff) | |
download | couchdb-9f4d8f17c488c107b5efff2aecf6a09fd30ecbca.tar.gz |
Need the couchapp npm module
Diffstat (limited to 'src/fauxton')
-rw-r--r-- | src/fauxton/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fauxton/readme.md b/src/fauxton/readme.md index 2ada2e54c..f2d608bef 100644 --- a/src/fauxton/readme.md +++ b/src/fauxton/readme.md @@ -25,7 +25,7 @@ plate which will install the other dependencies needed. ./bootstrap && ./configure && make dev cd src/fauxton npm install -g bbb - npm install grunt-contrib-copy grunt-couchapp underscore + npm install grunt-contrib-copy grunt-couchapp underscore couchapp bbb couchdb **or** bbb couchdebug ../../utils/run & open http://localhost:5984/_utils/fauxton/index.html |