diff options
-rw-r--r-- | doc/install.mdwn | 2 | ||||
-rw-r--r-- | doc/install/Linux_standalone.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 589c71adc..6c90d2c99 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -4,7 +4,7 @@ detailed instructions | quick install [[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/current/) [[Android]] | [download git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/) **beta** -[[Linux|linux_standalone]] | [download prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/) +[[Linux|linux_standalone]] | [download prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/current/) [[Debian]] | `apt-get install git-annex` [[Ubuntu]] | `apt-get install git-annex` [[Fedora]] | `yum install git-annex` diff --git a/doc/install/Linux_standalone.mdwn b/doc/install/Linux_standalone.mdwn index b59c2dc4a..a857ba623 100644 --- a/doc/install/Linux_standalone.mdwn +++ b/doc/install/Linux_standalone.mdwn @@ -5,7 +5,7 @@ prebuilt tarball of the most recent release. This tarball should work on most Linux systems. It does not depend on anything except for glibc. -[download tarball](http://downloads.kitenet.net/git-annex/linux/) +[download tarball](http://downloads.kitenet.net/git-annex/linux/current/) To use, just unpack the tarball, `cd git-annex.linux` and run `./runshell` -- this sets up an environment where you can use `git annex` |