diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-24 11:14:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-24 11:14:36 -0400 |
commit | 2cdc602eb9a4858fedec7b179a249b5006611eec (patch) | |
tree | 9f910d3e5268a644961dd5a8d18ef3162cd461fa /doc/install | |
parent | 078bad2d0a1e545ca83b9753465a5676feec4987 (diff) |
cleanup
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Fedora.mdwn | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn index 73e9f9a5d..c1905e01b 100644 --- a/doc/install/Fedora.mdwn +++ b/doc/install/Fedora.mdwn @@ -1,4 +1,10 @@ -Installation recipe for Fedora 14 thruough 17. +git-annex is recently finding its way into Fedora. + +* [Status of getting a Fedora package](https://bugzilla.redhat.com/show_bug.cgi?id=662259) +* [Koji build for F17](http://koji.fedoraproject.org/koji/buildinfo?buildID=328654) +* [Koji build for F16](http://koji.fedoraproject.org/koji/buildinfo?buildID=328656) + +Installation recipe for Fedora 14 thruough 15. <pre> sudo yum install ghc cabal-install pcre-devel @@ -15,6 +21,3 @@ cabal install --bindir=$HOME/bin Note: You can't just use `cabal install git-annex`, because Fedora does not yet ship ghc 7.4. -* [Status of getting a Fedora package](https://bugzilla.redhat.com/show_bug.cgi?id=662259)a -* [Koji build for F17](http://koji.fedoraproject.org/koji/buildinfo?buildID=328654) -* [Koji build for F16](http://koji.fedoraproject.org/koji/buildinfo?buildID=328656) |