From b8e510ba813f9b5a24483e16dd6a9971b31dc876 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 8 Sep 2008 16:11:46 +0000 Subject: fixed adduser path git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@693147 13f79535-47bb-0310-9956-ffa450edef68 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3