Skip to content

Files

Latest commit

6ecdae8 · Aug 21, 2016

History

History

wiki

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 28, 2015
Aug 21, 2016
Nov 28, 2015

##GRT Wiki Setup The GRT wiki lives in its own repo: https://github.com/nickgillian/grt.wiki.git

It has been cloned as a submodule in this directory. If you want to edit the wiki so you can contribute to the GRT, you can clone it as follows:

#Clone the GRT
git clone https://github.com/nickgillian/grt.git

#Clone the wiki via git submodules
cd grt/wiki
git submodule init
git submodule update