From d86040c6f85b6762a89365da69f5863ad318334c Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 11 Feb 2017 12:11:12 +0100 Subject: [PATCH] Explain how to clone this repo --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 973faff..4075d86 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,14 @@ Overview of the mods: * `doc_items`: Item Help. Adds automatically generated help texts for items and an API * `doc_encyclopedia`: Encyclopedia. An item to access the help * `doc_identifier`: Lookup Tool. A tool to identify and show help texts for pointed things + +## How to clone (Information for developers) + +This repository does not directly include the mods, +but as [https://git-scm.com/book/en/v2/Git-Tools-Submodules](Git submodules) instead. + +You can use the following command to clone this repository and get all its submodules: + + git clone http://repo.or.cz/minetest_doc_modpack.git --recurse-submodules + +Consult the Git help to learn more about working with submodules.