diff options
author | Jamie F. Olson <jamie.f.olson@gmail.com> | 2013-03-17 00:26:21 -0400 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-20 11:34:32 -0700 |
commit | 375c53869d148cc0ab3e93bf5f35a51ab0d24e29 (patch) | |
tree | 8beb0cf54b2b9a04be9be7f9bae4a974f81a8b95 /INSTALL | |
parent | 5b4d239b852a3f8fd9dc4fef025faad6b575ec59 (diff) | |
download | pandoc-375c53869d148cc0ab3e93bf5f35a51ab0d24e29.tar.gz |
Updated instructions for submodules to avoid confusion.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.) |