summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-27 11:21:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-27 11:21:58 -0400
commit2f66196f7880c95021a0e8a7c36463edecb5023a (patch)
tree2bcd8ced34fc32584596dd50f56bbc57b412f8ec
parentbddc9573ec30ecd138a64e025904b102e153283e (diff)
update
-rw-r--r--doc/install/Debian.mdwn18
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/install/Debian.mdwn b/doc/install/Debian.mdwn
index db1329b45..045531b34 100644
--- a/doc/install/Debian.mdwn
+++ b/doc/install/Debian.mdwn
@@ -1,8 +1,16 @@
-If using Debian testing or unstable:
+## Debian testing or unstable
-* `sudo apt-get install git-annex`
+ sudo apt-get install git-annex
-If using Debian 6.0 stable:
+## Debian 7.0 "wheezy":
-* Follow the instructions to [enable backports](http://backports.debian.org/Instructions/).
-* `sudo apt-get -t squeeze-backports install git-annex`
+ 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