summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBond-009 <Bond-009@users.noreply.github.com>2017-02-28 14:07:24 +0100
committerAlexander Harkness <me@bearbin.net>2017-02-28 14:07:24 +0100
commit83fa6cb851536839ebd85b1e91fda928f47eb674 (patch)
treea03807e1aef6599c802d27c55a58c1570cc0f8df /README.md
parentAdded files to packaged Windows builds (#3590) (diff)
downloadcuberite-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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b0b85feee..8124b4441 100644
--- a/README.md
+++ b/README.md
@@ -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.