summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-24 15:00:34 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-24 15:00:40 -0400
commit9c7ed4d934eb41324bf8b2aaf62a5469fccc9fdc (patch)
tree7bfd8bf1f785d8ab74b2f495f48a038ed1543011 /README.md
parent3b92c5db821d1f52ec916cf48b4f6f38a30296a7 (diff)
update README and remove redundant INSTALL instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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.