diff options
author | Noah Slater <nslater@apache.org> | 2009-07-27 21:16:42 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-07-27 21:16:42 +0000 |
commit | be2828a00e2eba6be47df5648f4e589a43113dbe (patch) | |
tree | ad261e01d54ccfa1bbf5ef0d7f39de1635a00a21 /README | |
parent | ac3d047a6be45316681d9c6e507537231d1e0e0a (diff) |
corrected case
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@798283 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ Bootstrap the pristine source by running: Installation and First Run -------------------------- -UNIX-like Operating Systems (inc. Mac OS X) +Unix-like Operating Systems (inc. Mac OS X) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dependencies @@ -130,7 +130,7 @@ data/log directories. You can use whatever tool your system provides to create a new `couchdb` user. -On many UNIX-like systems you can run: +On many Unix-like systems you can run: adduser --system --home /usr/local/var/lib/couchdb --no-create-home \ --shell /bin/bash --group --gecos "CouchDB Administrator" couchdb |