diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-19 18:03:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-19 18:03:38 -0400 |
commit | 18f152325042f16a11b5acc249180383e44d77cb (patch) | |
tree | 85a393c6fb8e20ffe6f56bc6c915287ab6f7553a /doc/install | |
parent | b1e0c707bcf4e281d0bfefa06effc9b3fcb3f92e (diff) |
update
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Ubuntu.mdwn | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/install/Ubuntu.mdwn b/doc/install/Ubuntu.mdwn index 9d4750975..7140a4c26 100644 --- a/doc/install/Ubuntu.mdwn +++ b/doc/install/Ubuntu.mdwn @@ -1,22 +1,26 @@ +## Saucy + + sudo apt-get install git-annex + ## Raring sudo apt-get install git-annex -Note: This version does not have the WebApp/[[assistant]] enabled (see [here](https://bugs.launchpad.net/ubuntu/+source/git-annex/+bug/1084693)), but is otherwise +Note: This version does not have the WebApp enabled (see [here](https://bugs.launchpad.net/ubuntu/+source/git-annex/+bug/1084693)), but is otherwise usable. ## Precise sudo apt-get install git-annex -Note: This version is too old to include the [[assistant]], but is otherwise -usable. +Note: This version is too old to include the [[assistant]] or its WebApp, +but is otherwise usable. ## Precise PPA <https://launchpad.net/~fmarier/+archive/ppa> -A newer version of git-annex, including the [[assistant]]. +A newer version of git-annex, including the [[assistant]] and WebApp. (Maintained by François Marier) sudo add-apt-repository ppa:fmarier/ppa |