diff options
Diffstat (limited to 'development/couchdb')
-rw-r--r-- | development/couchdb/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/couchdb/README b/development/couchdb/README index 89bcadef4e6a..205ace47f426 100644 --- a/development/couchdb/README +++ b/development/couchdb/README @@ -5,7 +5,7 @@ and indexed in a MapReduce fashion using JavaScript. CouchDB also offers incremental replication with bi-directional conflict detection and resolution. CouchDB provides a RESTful JSON API. -This requires js (spidermonkey), icu4c, and erlang-otp. +This requires js (spidermonkey) and erlang-otp. You must have a "couchdb" user and group before running this script; something like this should suffice: |