diff options
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,3 +4,8 @@ will copy updated distfiles to $HOME. After a checkout, don't forget to run git config core.hooksPath .githooks + +To get the submodules setup, run + + git submodule init + git submodule update |