diff options
author | Justin Mayer <entroP@gmail.com> | 2013-05-15 20:47:50 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2013-05-15 20:47:50 -0700 |
commit | 2efd7fdee96f94304009662589f780ba918e562c (patch) | |
tree | 08f66505a029b6a5f9261d293bf229ee5f51f4d0 | |
parent | ff2e25c964ba12505a402d00c9fa566367161667 (diff) | |
parent | 60fd9b0303ef4af5538663bc1a502e23f3f472b8 (diff) | |
download | pelican-themes-2efd7fdee96f94304009662589f780ba918e562c.tar.gz |
Merge pull request #94 from daniel-j-h/patch-1
Clone repository recursively, submodule'ed themes
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ directory ``~/pelican-themes``, but yours could be different. Clone the .. code-block:: sh - git clone https://github.com/getpelican/pelican-themes ~/pelican-themes + git clone --recursive https://github.com/getpelican/pelican-themes ~/pelican-themes Now you should have your ``pelican-themes`` repository stored at ``~/pelican-themes/``. |