update
This commit is contained in:
parent
4d5d8c2f85
commit
8bf07b530f
1 changed files with 13 additions and 5 deletions
|
@ -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 install git-annex
|
||||||
* `sudo apt-get -t squeeze-backports 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue