diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-08-16 22:05:38 +0200 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-08-16 22:05:38 +0200 |
commit | b82dd8868c388d28788f868665f10aadb082babd (patch) | |
tree | bed530f4c6afaa3f202645460c337dc6c05b1149 /README.md | |
parent | Merge pull request #101 from tigerw/master (diff) | |
parent | Removed an old cloneplugins file. (diff) | |
download | cuberite-b82dd8868c388d28788f868665f10aadb082babd.tar cuberite-b82dd8868c388d28788f868665f10aadb082babd.tar.gz cuberite-b82dd8868c388d28788f868665f10aadb082babd.tar.bz2 cuberite-b82dd8868c388d28788f868665f10aadb082babd.tar.lz cuberite-b82dd8868c388d28788f868665f10aadb082babd.tar.xz cuberite-b82dd8868c388d28788f868665f10aadb082babd.tar.zst cuberite-b82dd8868c388d28788f868665f10aadb082babd.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Installation To install MCServer, you can either download the repository and compile it, or download a pre-compiled version. +If you are cloning the repository, you are required to recursively download the submodules also with `git clone -r`. When pulling, you should use `git pull --recurse-submodules`. You might want to set the base forms as aliases to these. + Compilation instructions are available in the COMPILING file. Linux builds can be downloaded from [the Berboe CI server](http://ci.berboe.co.uk) and windows from xoft's [nightly build service](http://mc-server.xoft.cz). |