diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-01-18 10:54:16 +0100 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-01-18 10:54:16 +0100 |
commit | 31e0132c109a5781d6ad207602345f6ea9a6f97f (patch) | |
tree | 14923921fe9c0efd0be458c4d3f51b5fe9cb6d58 /README.md | |
parent | Merge pull request #2884 from LogicParrot/sort (diff) | |
download | cuberite-31e0132c109a5781d6ad207602345f6ea9a6f97f.tar cuberite-31e0132c109a5781d6ad207602345f6ea9a6f97f.tar.gz cuberite-31e0132c109a5781d6ad207602345f6ea9a6f97f.tar.bz2 cuberite-31e0132c109a5781d6ad207602345f6ea9a6f97f.tar.lz cuberite-31e0132c109a5781d6ad207602345f6ea9a6f97f.tar.xz cuberite-31e0132c109a5781d6ad207602345f6ea9a6f97f.tar.zst cuberite-31e0132c109a5781d6ad207602345f6ea9a6f97f.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |