From 31e0132c109a5781d6ad207602345f6ea9a6f97f Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Mon, 18 Jan 2016 11:54:16 +0200 Subject: [PATCH] Readme update - compile.sh works for *nix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27a510e3b..acaa1ad33 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ 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)" #### Compiling - - You can compile automatically for Linux with the `compile.sh` script. The script is described below. + - You can compile automatically for Linux / *nix with the `compile.sh` script. The script is described below. - You can also compile manually. See [COMPILING.md](https://github.com/cuberite/cuberite/blob/master/COMPILING.md). Compiling may provide better performance performance (1.5-3x as fast) and it supports more operating systems.