summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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.