From 31a1bb31bfb38c239277decce439e5926745d731 Mon Sep 17 00:00:00 2001 From: "http://alerque.com/" Date: Tue, 28 Oct 2014 10:58:38 +0000 Subject: [PATCH] the plain git-annex package does not work ATM, has a 0 release number, and is not the recomended install method on Arch, use git-annex-bin unless you know what you are doing (I'm the maintainer of both packages) --- doc/install.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.mdwn b/doc/install.mdwn index 478044593b..618f32dfaf 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -10,7 +10,7 @@ detailed instructions | quick install   [[Ubuntu]] | `apt-get install git-annex`   [[Fedora]] | `yum install git-annex`   [[FreeBSD]] | `pkg_add -r hs-git-annex` -  [[ArchLinux]] | `yaourt -Sy git-annex` +  [[ArchLinux]] | `yaourt -Sy git-annex-bin`   [[NixOS]] | `nix-env -i git-annex`   [[Gentoo]] | `emerge git-annex`   [[ScientificLinux5]] |