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 2012/12/01 23:50:12 UTC

git commit: Fix formatting

Updated Branches:
  refs/heads/docs 4f62b4b0b -> 1b2beb3a0


Fix formatting


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1b2beb3a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1b2beb3a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1b2beb3a

Branch: refs/heads/docs
Commit: 1b2beb3a0c32aa49afcf53ba146591ca0f3b3a11
Parents: 4f62b4b
Author: Noah Slater <ns...@apache.org>
Authored: Sat Dec 1 22:50:08 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Dec 1 22:50:08 2012 +0000

----------------------------------------------------------------------
 INSTALL.Unix |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/1b2beb3a/INSTALL.Unix
----------------------------------------------------------------------
diff --git a/INSTALL.Unix b/INSTALL.Unix
index d1dfb0f..c4fdfa3 100644
--- a/INSTALL.Unix
+++ b/INSTALL.Unix
@@ -53,13 +53,13 @@ Unfortunately, it seems that installing dependancies on Ubuntu is troublesome.
 Debian-based Systems
 ~~~~~~~~~~~~~~~~~~~~
 
-You can install the build tools by running:
+You can install the dependencies by running:
 
     sudo apt-get install build-essential
-
-You can install the other dependencies by running:
-
-    sudo apt-get install erlang libicu-dev libmozjs-dev libcurl4-openssl-dev
+    sudo apt-get install erlang
+    sudo apt-get install libicu-dev
+    sudo apt-get install libmozjs-dev
+    sudo apt-get install libcurl4-openssl-dev
 
 Be sure to update the version numbers to match your system's available packages.
 
@@ -72,7 +72,10 @@ You can install the build tools by running:
 
 You can install the other dependencies by running:
 
-    brew install erlang icu4c spidermonkey curl
+    brew install erlang
+    brew install icu4c
+    brew install spidermonkey
+    brew install curl
 
 You may want to link ICU so that CouchDB can find the header files automatically: