summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnnIQkoUQo4RYzjUNyiB3v6yJ5aR41WG8k <Markus@web>2012-08-07 06:46:47 +0000
committerGravatar admin <admin@branchable.com>2012-08-07 06:46:47 +0000
commitbde42b60dc582e287e5ec04c06567dfaee35a9ac (patch)
treee1c65cde0232c7163d85b60aa5fc79cbbca10611
parent0a857248f46a8f332c8a4247a340638e292efd5e (diff)
Added a comment: Updated install instructions with homebrew
-rw-r--r--doc/install/OSX/comment_3_733147cebe501c60f2141b711f1d7f24._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/install/OSX/comment_3_733147cebe501c60f2141b711f1d7f24._comment b/doc/install/OSX/comment_3_733147cebe501c60f2141b711f1d7f24._comment
new file mode 100644
index 000000000..51e667ab6
--- /dev/null
+++ b/doc/install/OSX/comment_3_733147cebe501c60f2141b711f1d7f24._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnnIQkoUQo4RYzjUNyiB3v6yJ5aR41WG8k"
+ nickname="Markus"
+ subject="Updated install instructions with homebrew"
+ date="2012-08-07T06:46:47Z"
+ content="""
+To install git annex with homebrew simply do:
+
+ brew update
+ brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre
+ cabal install git-annex
+
+Then link the binary to your `PATH` e.g. with
+
+ ln -s ~/.cabal/bin/git-annex* /usr/local/bin/
+"""]]