From c3c3068fab8ce0f6e3674cf7e5d43f58c2a414b7 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Fri, 16 Aug 2013 12:43:56 +0100 Subject: [PATCH] Changed README so it knows about submodules --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 214279aff..e9b1f14e7 100644 --- a/README.md +++ b/README.md @@ -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).