diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-11-02 22:09:02 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-11-02 22:09:02 +0100 |
commit | 7ec5a5a96cba322806ec7364aa93c7b6c826d949 (patch) | |
tree | 4fd9fc2963f836d968b3d1c8a8cf276915c15a4a | |
parent | Merge pull request #303 from tigerw/bugfixes (diff) | |
download | cuberite-7ec5a5a96cba322806ec7364aa93c7b6c826d949.tar cuberite-7ec5a5a96cba322806ec7364aa93c7b6c826d949.tar.gz cuberite-7ec5a5a96cba322806ec7364aa93c7b6c826d949.tar.bz2 cuberite-7ec5a5a96cba322806ec7364aa93c7b6c826d949.tar.lz cuberite-7ec5a5a96cba322806ec7364aa93c7b6c826d949.tar.xz cuberite-7ec5a5a96cba322806ec7364aa93c7b6c826d949.tar.zst cuberite-7ec5a5a96cba322806ec7364aa93c7b6c826d949.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ 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. +After you've cloned the repository, you probably want to pull down the submodules (core plugins, some dependencies). This can be achieved with `git submodule init` and then on a regular basis (to keep up to date) `git submodule update`. Compilation instructions are available in the COMPILING file. |