summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJamie F. Olson <jamie.f.olson@gmail.com>2013-03-17 00:26:21 -0400
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-20 11:34:32 -0700
commit375c53869d148cc0ab3e93bf5f35a51ab0d24e29 (patch)
tree8beb0cf54b2b9a04be9be7f9bae4a974f81a8b95 /INSTALL
parent5b4d239b852a3f8fd9dc4fef025faad6b575ec59 (diff)
Updated instructions for submodules to avoid confusion.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 864dd33b7..fa1cf62f8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -118,7 +118,7 @@ To build the tests:
Note: If you obtained the source via git, you should first do
- git submodule update --init templates
+ git submodule update --init data/templates
to populate the templates subdirectory. (You can skip this step
if you obtained the source from a release tarball.)