summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.