summaryrefslogtreecommitdiff
path: root/doc/install/OSX
diff options
context:
space:
mode:
authorGravatar http://www.davidhaslem.com/ <David@web>2012-06-19 04:41:28 +0000
committerGravatar admin <admin@branchable.com>2012-06-19 04:41:28 +0000
commit9232bc860f5b570876da5fbd740a1c33e140615e (patch)
treefe17974222921a894f24906b03c60facd9d1b627 /doc/install/OSX
parentf684f282f288a464e4d7d6d88865256b86a67c84 (diff)
Added a comment
Diffstat (limited to 'doc/install/OSX')
-rw-r--r--doc/install/OSX/comment_7_2ce7acab15403d3f993cec94ec7f3bc6._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/install/OSX/comment_7_2ce7acab15403d3f993cec94ec7f3bc6._comment b/doc/install/OSX/comment_7_2ce7acab15403d3f993cec94ec7f3bc6._comment
new file mode 100644
index 000000000..32093ee51
--- /dev/null
+++ b/doc/install/OSX/comment_7_2ce7acab15403d3f993cec94ec7f3bc6._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="http://www.davidhaslem.com/"
+ nickname="David"
+ subject="comment 7"
+ date="2012-06-19T04:41:27Z"
+ content="""
+$(brew --prefix) should, in most cases, be /usr/local. That's the recommended install location for homebrew.
+
+I already had git installed and homebrew as my package manager - my install steps were as follows:
+
+1. brew install haskell-platform ossp-uuid md5sha1sum coreutils pcre
+2. PATH=\"$(brew --prefix coreutils)/libexec/gnubin:$PATH\" cabal install git-annex
+
+"""]]