diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-12 14:07:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-12 14:07:53 -0400 |
commit | 8ea0ce8851c7603976d98b85ff3dad31b2d02197 (patch) | |
tree | 98bdafc7ab69fc6f368cf5c2580e3d8c615bfe1c | |
parent | b5e4e1fd407395e2f37192eeed1a15c3bde013a8 (diff) |
update install instructions for Fedora
now available in Fedora
-rw-r--r-- | doc/install.mdwn | 30 | ||||
-rw-r--r-- | doc/install/Fedora.mdwn | 12 |
2 files changed, 21 insertions, 21 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 2d0e718bb..7e88fc0b2 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -1,22 +1,20 @@ ## Pick your OS -Quick commands given where possible, but see the individual pages for -details. - -[[!table format=dsv header=no data=""" -[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/git-annex.dmg.bz2) **beta** +[[!table format=dsv header=yes data=""" +detailed instructions | quick install +[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/git-annex.dmg.bz2) **beta** [[Linux|linux_standalone]] | [download prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/) -[[Debian]] | `apt-get install git-annex` -[[Ubuntu]] | `apt-get install git-annex` -[[FreeBSD]] | `pkg_add -r hs-git-annex` -[[ArchLinux]] | `yaourt -Sy git-annex` -[[NixOS]] | `nix-env -i git-annex` -[[Gentoo]] | `emerge git-annex` -[[NixOS]] | `nix install git-annex` -[[ScientificLinux5]] | (and other RHEL5 clones like CentOS5) -[[Fedora]] | -[[openSUSE]] | -Windows | [[sorry, Windows not supported yet|todo/windows_support]] +[[Debian]] | `apt-get install git-annex` +[[Ubuntu]] | `apt-get install git-annex` +[[Fedora]] | `yum install git-annex` +[[FreeBSD]] | `pkg_add -r hs-git-annex` +[[ArchLinux]] | `yaourt -Sy git-annex` +[[NixOS]] | `nix-env -i git-annex` +[[Gentoo]] | `emerge git-annex` +[[NixOS]] | `nix install git-annex` +[[ScientificLinux5]] | (and other RHEL5 clones like CentOS5) +[[openSUSE]] | +Windows | [[sorry, Windows not supported yet|todo/windows_support]] """]] ## Using cabal diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn index c1905e01b..a150dbc38 100644 --- a/doc/install/Fedora.mdwn +++ b/doc/install/Fedora.mdwn @@ -1,10 +1,12 @@ -git-annex is recently finding its way into Fedora. +git-annex is available in recent versions of Fedora. Although it is +not currently a very recent version, it should work ok. +[status](http://koji.fedoraproject.org/koji/packageinfo?packageID=14145) -* [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) +Should be as simple as: `yum install git-annex` -Installation recipe for Fedora 14 thruough 15. +---- + +Older version? Here's an installation recipe for Fedora 14 through 15. <pre> sudo yum install ghc cabal-install pcre-devel |