From b21257a22cbb8066ebbabd4ce7291802fbac2ff2 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Tue, 5 Aug 2008 16:34:28 +0000 Subject: 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 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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. -- cgit v1.2.3