Skip to content
Anthony Diamond edited this page May 17, 2014 · 3 revisions

When cloning this repository, you must recursively clone.

To do this, use the --recursive flag:

Git 1.6.5 & Later:

git clone --recursive https://github.com/Regal-Internet-Brothers/modules.git

Older versions of Git:

git clone https://github.com/Regal-Internet-Brothers/modules.git

git submodule update --init --recursive

Clone this wiki locally