diff options
Diffstat (limited to 'doc/install/Debian.mdwn')
-rw-r--r-- | doc/install/Debian.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/install/Debian.mdwn b/doc/install/Debian.mdwn new file mode 100644 index 000000000..045531b34 --- /dev/null +++ b/doc/install/Debian.mdwn @@ -0,0 +1,16 @@ +## Debian testing or unstable + + sudo apt-get install git-annex + +## Debian 7.0 "wheezy": + + sudo apt-get install git-annex + +Note: This version does not include support for the [[assistant]]. +The version of git-annex in unstable can be easily installed in wheezy. + +## Debian 6.0 "squeeze" + +Follow the instructions to [enable backports](http://backports.debian.org/Instructions/). + + sudo apt-get -t squeeze-backports install git-annex |