diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-08-16 13:43:56 +0200 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-08-16 13:43:56 +0200 |
commit | c3c3068fab8ce0f6e3674cf7e5d43f58c2a414b7 (patch) | |
tree | a671c9a6a0076a244e8df28839028a67c498fcb1 | |
parent | Added transapi as a submodule - so it more accurately reflects the source origin. (diff) | |
download | cuberite-c3c3068fab8ce0f6e3674cf7e5d43f58c2a414b7.tar cuberite-c3c3068fab8ce0f6e3674cf7e5d43f58c2a414b7.tar.gz cuberite-c3c3068fab8ce0f6e3674cf7e5d43f58c2a414b7.tar.bz2 cuberite-c3c3068fab8ce0f6e3674cf7e5d43f58c2a414b7.tar.lz cuberite-c3c3068fab8ce0f6e3674cf7e5d43f58c2a414b7.tar.xz cuberite-c3c3068fab8ce0f6e3674cf7e5d43f58c2a414b7.tar.zst cuberite-c3c3068fab8ce0f6e3674cf7e5d43f58c2a414b7.zip |
Diffstat (limited to '')
-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). |