From 83fa6cb851536839ebd85b1e91fda928f47eb674 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Tue, 28 Feb 2017 14:07:24 +0100 Subject: Renamed OSX to macOS and use curl to get EasyInstall script (#3585) * Renamed OSX to macOS and use curl to get EasyInstall script Use curl to get the EasyInstall script because the srcipt itself uses curl * Fixed capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3