diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-18 01:36:51 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-18 01:36:51 +0200 |
commit | 7014979bffdc08187c8b91c8aefcb0a862a85187 (patch) | |
tree | fd22d73a2485bda09caac3d948f752bca7e380c3 /README.md | |
parent | Bugfix Update [SEE DESC} (diff) | |
parent | Fixed LuaWindow destructor causing a crash. (diff) | |
download | cuberite-7014979bffdc08187c8b91c8aefcb0a862a85187.tar cuberite-7014979bffdc08187c8b91c8aefcb0a862a85187.tar.gz cuberite-7014979bffdc08187c8b91c8aefcb0a862a85187.tar.bz2 cuberite-7014979bffdc08187c8b91c8aefcb0a862a85187.tar.lz cuberite-7014979bffdc08187c8b91c8aefcb0a862a85187.tar.xz cuberite-7014979bffdc08187c8b91c8aefcb0a862a85187.tar.zst cuberite-7014979bffdc08187c8b91c8aefcb0a862a85187.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). |