You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2008/08/05 18:35:11 UTC

svn commit: r682781 - /incubator/couchdb/branches/0.8.x/README

Author: nslater
Date: Tue Aug  5 09:35:11 2008
New Revision: 682781

URL: http://svn.apache.org/viewvc?rev=682781&view=rev
Log:
merging r682780 to branch

Modified:
    incubator/couchdb/branches/0.8.x/README

Modified: incubator/couchdb/branches/0.8.x/README
URL: http://svn.apache.org/viewvc/incubator/couchdb/branches/0.8.x/README?rev=682781&r1=682780&r2=682781&view=diff
==============================================================================
--- incubator/couchdb/branches/0.8.x/README (original)
+++ incubator/couchdb/branches/0.8.x/README Tue Aug  5 09:35:11 2008
@@ -157,7 +157,7 @@
 
 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.