Add note about submodules to README.txt

This commit is contained in:
ShadowNinja 2013-07-17 21:56:54 -04:00
parent fbfa1e734f
commit db695ceed8

View File

@ -1,2 +1,8 @@
Technic Game for Minetest engine
==========================================================
Cloning with git:
This repository uses submodules. In order to get all the parts of the
game you will need to run 'git submodule update --init' when you clone
and 'git submodule update' every time that the submodules are updated.