File: comment_3_733147cebe501c60f2141b711f1d7f24._comment

package info (click to toggle)
git-annex 5.20141125%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 37,832 kB
  • sloc: haskell: 42,603; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (16 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/
"""]]