diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 14:43:40 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 14:43:40 -0500 |
commit | b6467e20c64e4a50bcedbb9867380ba95cc41934 (patch) | |
tree | f8fb9ee4fad121822c6de511f4555ab433aa68a2 /README | |
parent | /etc/smtpd.conf template (diff) |
Document submodules in README
Diffstat (limited to 'README')
-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 |