1
0
Fork 0

Switch out long download/compile links. (#3278)

The links have been replaced with short links that forward to the
long links.

Fixes issue #3275
This commit is contained in:
Alexander Harkness 2016-08-02 15:07:34 +01:00 committed by GitHub
parent d46f7ce2c8
commit 032dafd7fd
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ There are several ways to obtain Cuberite.
##### The EasyInstall script
This Linux script will download the correct binary from the project site.
sh -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/easyinstall.sh)"
sh -c "$(wget -O - https://download.cuberite.org)"
#### Compiling
- You can compile automatically for Linux / *nix with the `compile.sh` script. The script is described below.
@ -33,7 +33,7 @@ Compiling may provide better performance (1.5-3x as fast) and it supports more o
##### The compile.sh script
This script downloads the source code and compiles it. The script is smart enough to notify you of missing dependencies and instructing you on how to install them. The script doesn't work for Windows.
sh -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/compile.sh)"
sh -c "$(wget -O - https://compile.cuberite.org)"
#### Hosted services
- Hosted Cuberite is available via [Gamocosm](https://gamocosm.com/).