close; wontfix

This commit is contained in:
Joey Hess 2014-05-16 14:29:05 -04:00
parent 5e932dd73c
commit 65651a3e26

View file

@ -17,3 +17,19 @@ I have to run the webapp to do upgrades...it would be nice to have a CLI. I wou
# End of transcript or log.
"""]]
> The CLI for performing upgrades is:
>
> wget http://url/file
> $unpack file
>
> Where on linux $unpack is "tar xf" and on OSX it's something with hduutil
> attach dmg.
>
> Or, even better, it's `apt-get upgrade; apt-get install git-annex` or the
> fine equivilant provided by your fine OS.
>
> Command-line programs do not typically provide upgrade commands,
> because this is up to the OS, or easily handled with other command-line
> programs. I see no reason for git-annex to be different, so [[done]]
> --[[Joey]]