diff options
author | Alexander Harkness <me@bearbin.net> | 2016-04-06 12:35:00 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2016-04-06 12:35:00 +0200 |
commit | dc1e4698b4a8aee65277e01d6a8dc52ee9a94232 (patch) | |
tree | c258ab81a15a20d88f988249d52b61fbc0f73283 | |
parent | Merge pull request #3126 from cuberite/revert-3100-mobTick2 (diff) | |
parent | Readme typo fix (diff) | |
download | cuberite-dc1e4698b4a8aee65277e01d6a8dc52ee9a94232.tar cuberite-dc1e4698b4a8aee65277e01d6a8dc52ee9a94232.tar.gz cuberite-dc1e4698b4a8aee65277e01d6a8dc52ee9a94232.tar.bz2 cuberite-dc1e4698b4a8aee65277e01d6a8dc52ee9a94232.tar.lz cuberite-dc1e4698b4a8aee65277e01d6a8dc52ee9a94232.tar.xz cuberite-dc1e4698b4a8aee65277e01d6a8dc52ee9a94232.tar.zst cuberite-dc1e4698b4a8aee65277e01d6a8dc52ee9a94232.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ This Linux script will download the correct binary from the project site. - 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. +Compiling may provide better performance (1.5-3x as fast) and it supports more operating systems. ##### The compile.sh script This script downloads the source code and compiles it. The script is smart enough to notify you of missing dependencies and instructing you on how to install them. The script doesn't work for Windows. |