You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2011/10/26 20:05:32 UTC

[12/50] git commit: recommend Homebrew over MacPorts

recommend Homebrew over MacPorts


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

Branch: refs/heads/1319-large-headers-are-corrupted
Commit: 6b1990578a5da0156cf57f509b74a51f82be185c
Parents: 06046bf
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Oct 7 18:33:34 2011 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Oct 7 18:33:44 2011 +0200

----------------------------------------------------------------------
 INSTALL.Unix |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6b199057/INSTALL.Unix
----------------------------------------------------------------------
diff --git a/INSTALL.Unix b/INSTALL.Unix
index 9b0a59c..afddf00 100644
--- a/INSTALL.Unix
+++ b/INSTALL.Unix
@@ -55,9 +55,11 @@ You can install the build tools by running:
 
 You can install the other dependencies by running:
 
-    sudo port install icu erlang spidermonkey curl
+    brew install erlang icu4c spidermonkey curl
 
-You will need MacPorts installed to use the `port` command.
+You will need Homebrew installed to use the `brew` command.
+
+Learn more about Homebrew at http://mxcl.github.com/homebrew/
 
 Installing
 ----------