summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-08-05 16:34:28 +0000
committerNoah Slater <nslater@apache.org>2008-08-05 16:34:28 +0000
commitb21257a22cbb8066ebbabd4ce7291802fbac2ff2 (patch)
tree8e0422ad0b27ae5cc87f8ab7b16853d281c34b70 /README
parent2b6bc6d5e1c4ea44237edd36744bacd7d2f4e775 (diff)
changed example sudo invokation to use -i option
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@682780 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 e74966c4..55c60519 100644
--- a/README
+++ b/README
@@ -157,7 +157,7 @@ running the following commands:
To start the Apache CouchDB server you should run the following command:
- sudo -u couchdb couchdb
+ sudo -i -u couchdb couchdb
This uses the `sudo` command to run the `couchdb` command as the `couchdb` user.