diff options
author | Bond-009 <Bond-009@users.noreply.github.com> | 2017-02-28 14:07:24 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2017-02-28 14:07:24 +0100 |
commit | 83fa6cb851536839ebd85b1e91fda928f47eb674 (patch) | |
tree | a03807e1aef6599c802d27c55a58c1570cc0f8df /README.md | |
parent | Added files to packaged Windows builds (#3590) (diff) | |
download | cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar.gz cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar.bz2 cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar.lz cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar.xz cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.tar.zst cuberite-83fa6cb851536839ebd85b1e91fda928f47eb674.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ There are several ways to obtain Cuberite. ##### The EasyInstall script This script will download the correct binary from the project site. - sh -c "$(wget -O - https://download.cuberite.org)" + curl -sSfL https://download.cuberite.org | sh #### Compiling - You can compile automatically for Linux / *nix with the `compile.sh` script. The script is described below. |