Clone repository recursively, submodule'ed themes

Git submodules are great to keep track of themes without having to manage them all in one repository.

But cloning the main repository only gets you empty folders for the submodules; an additional init is needed.

It's easier and more convenient to just clone the main repository recursively, in order to pull in all themes.
This commit is contained in:
Daniel J. H.
2013-04-19 04:40:55 +03:00
parent f1d22a1728
commit 60fd9b0303

View File

@@ -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/``.