summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSafwat Halaby <SafwatHalaby@users.noreply.github.com>2015-11-27 22:11:56 +0100
committerSafwat Halaby <SafwatHalaby@users.noreply.github.com>2015-12-03 22:48:41 +0100
commit33729ec084d2cfd90b9c3b18c542ed5d659b4492 (patch)
treedfc0246e03954cb9b339dbb581e08dd2c4df1335 /README.md
parentMerge pull request #2704 from Gargaj/patch-1 (diff)
downloadcuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar
cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar.gz
cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar.bz2
cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar.lz
cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar.xz
cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.tar.zst
cuberite-33729ec084d2cfd90b9c3b18c542ed5d659b4492.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f52e38c91..37ee4ef51 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,9 @@ This Linux script will download the correct binary from the project site.
#### Compiling
- You can compile automatically for Linux with the `compile.sh` script. The script is described below.
- - You can also compile manually.
+ - 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. See the [COMPILING.md](https://github.com/cuberite/cuberite/blob/master/COMPILING.md) file for more details.
+Compiling may provide better performance 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.