From 9c7ed4d934eb41324bf8b2aaf62a5469fccc9fdc Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Tue, 24 Aug 2010 15:00:34 -0400 Subject: update README and remove redundant INSTALL instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 020dabf8..5e59004e 100644 --- a/README.md +++ b/README.md @@ -44,16 +44,16 @@ To install Spidermonkey 1.9.2 from PPA: #### Building and installing dbcore -`$CLOUDANT_SRC` is the directory holding your downloaded source files, while `$CLOUDANT_PREFIX` is the prefix to which the software is installed (defaults to `/opt`): +`$CLOUDANT_SRC` is the directory holding your downloaded source files, while `$PREFIX` is the prefix to which the software is installed (defaults to `/opt/dbcore`): cd $CLOUDANT_SRC - ./configure -p $CLOUDANT_PREFIX + ./configure -p $PREFIX make sudo make install #### Starting dbcore - $CLOUDANT_PREFIX/dbcore/bin/dbcore + $PREFIX/bin/dbcore Now, visit http://localhost:5984/_utils in a browser to verify the CouchDB node is operational. -- cgit v1.2.3