diff options
author | Stijn Buys <ingar@osirion.org> | 2010-11-30 21:34:40 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2010-11-30 21:34:40 +0000 |
commit | 2cc28deb2c51f2269116895e7282299d18578813 (patch) | |
tree | 6baf4dfb5b876fb5c467e8ad61a0377ed71b26f9 | |
parent | 12d900b0d943de13950d14a9b0b9ce7fdc7d298f (diff) |
Corrected linux link in the installation instructions, thanks Gareth.
-rw-r--r-- | doc/installation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/installation.html b/doc/installation.html index cc1ec14..4f4ef79 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -90,7 +90,7 @@ </p> <p> Linux download:<br> - <a href="http://ingar.satgnu.net/osirion/files/osirion-linux-latest.zip">osirion-linux-latest.zip</a> (32- and 64-bit)<br> + <a href="http://ingar.satgnu.net/osirion/files/osirion-linux-latest.tar.bz2">osirion-linux-latest.tar.bz2</a> (32- and 64-bit)<br> This package contains the linux version of the client and the server. </p> <p> @@ -99,7 +99,7 @@ </p> <div class="code"> tar jxvf osirion-latest.tar.bz2<br> -cd osirion-linux-740 +cd osirion-linux-875 </div> <p> Dowload the game data package:<br> |