summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnHrjHxJAm39x8DR4bnbazQO6H0nMNuY9c <Damien@web>2012-06-01 16:13:06 +0000
committerGravatar admin <admin@branchable.com>2012-06-01 16:13:06 +0000
commitbe45ac2fa0d201ec3a7270c33c59be05ec43bab3 (patch)
treef38dc5cf035fe4ebe2611df10dce01dbfc0c3927
parentca755617d6fe0835c36371a90db75b3a2b4ce4a4 (diff)
Added a comment: sha256
-rw-r--r--doc/install/OSX/comment_5_50777853f808d57b957f8ce9a0f84b3d._comment10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/install/OSX/comment_5_50777853f808d57b957f8ce9a0f84b3d._comment b/doc/install/OSX/comment_5_50777853f808d57b957f8ce9a0f84b3d._comment
new file mode 100644
index 000000000..eca176178
--- /dev/null
+++ b/doc/install/OSX/comment_5_50777853f808d57b957f8ce9a0f84b3d._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnHrjHxJAm39x8DR4bnbazQO6H0nMNuY9c"
+ nickname="Damien"
+ subject="sha256"
+ date="2012-06-01T16:13:05Z"
+ content="""
+If you're missing the `sha256sum` command with Homebrew, it's provided by `coreutils`. You have to change your `$PATH` before running `cabal install git-annex.cabal`:
+
+ PATH=\"$(brew --prefix coreutils)/libexec/gnubin:$PATH\"
+"""]]