summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-01-18 10:54:39 +0100
committerLogicParrot <LogicParrot@users.noreply.github.com>2016-01-18 10:54:39 +0100
commit85e534b745c96985d9132fc6f05b2e0fa67048fd (patch)
tree14923921fe9c0efd0be458c4d3f51b5fe9cb6d58
parentMerge pull request #2884 from LogicParrot/sort (diff)
parentReadme update - compile.sh works for *nix (diff)
downloadcuberite-85e534b745c96985d9132fc6f05b2e0fa67048fd.tar
cuberite-85e534b745c96985d9132fc6f05b2e0fa67048fd.tar.gz
cuberite-85e534b745c96985d9132fc6f05b2e0fa67048fd.tar.bz2
cuberite-85e534b745c96985d9132fc6f05b2e0fa67048fd.tar.lz
cuberite-85e534b745c96985d9132fc6f05b2e0fa67048fd.tar.xz
cuberite-85e534b745c96985d9132fc6f05b2e0fa67048fd.tar.zst
cuberite-85e534b745c96985d9132fc6f05b2e0fa67048fd.zip
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.