summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-09-08 16:11:46 +0000
committerNoah Slater <nslater@apache.org>2008-09-08 16:11:46 +0000
commitb8e510ba813f9b5a24483e16dd6a9971b31dc876 (patch)
treeb47f7fc7551888505eac5edefb222c31c8344c4d /README
parent55ed4355ab9c1659b61a92119e24f1fb6e3e82a1 (diff)
fixed adduser path
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@693147 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 4c52d4fe..53e06d65 100644
--- a/README
+++ b/README
@@ -147,7 +147,7 @@ You can use whatever tool your system provides to create a new `couchdb` user.
On many UNIX-like systems you can run the following command:
- adduser --system --home /var/lib/couchdb --no-create-home \
+ adduser --system --home /usr/local/var/lib/couchdb --no-create-home \
--shell /bin/bash --group --gecos "CouchDB Administrator" couchdb
OS X provides the standard Accounts option from the System Preferences