diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl1_OomoRgy1N3U4ASwScphTWkpg2Cb4P0 <Leo@web> | 2013-12-09 23:25:39 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-09 23:25:39 +0000 |
commit | 6fa9f222d1d941532463a7415461fcb95e8b9e6c (patch) | |
tree | ba29a70567f02091a5666aebecf7bb2d5bd1ac5c | |
parent | 43393092c4e4413c1dd42a044d7c2088548bb3bf (diff) |
Added instructions on getting the absolute latest version on Debian 7
-rw-r--r-- | doc/install/Debian.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install/Debian.mdwn b/doc/install/Debian.mdwn index c71d4d244..f51640e4d 100644 --- a/doc/install/Debian.mdwn +++ b/doc/install/Debian.mdwn @@ -13,6 +13,12 @@ Follow the instructions to [enable backports](http://backports.debian.org/Instru sudo apt-get -t wheezy-backports install git-annex +For the latest version [download the prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/current/), extract it and add it to your path. +Please note that you might need to run this first: + + sudo apt-get install libgsasl7 + + ## Debian 6.0 "squeeze" Follow the instructions to [enable backports](http://backports.debian.org/Instructions/). |