summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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