Explorar o código

Merge pull request #448 from benjaminabel/patch-2

clone submodules too when installing
Kyle Fuller %!s(int64=10) %!d(string=hai) anos
pai
achega
f28f342190
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Readme.rst

+ 1 - 1
Readme.rst

@@ -11,7 +11,7 @@ How to use plugins
 
 
 Easiest way to install and use these plugins is cloning this repo::
 Easiest way to install and use these plugins is cloning this repo::
 
 
-    git clone https://github.com/getpelican/pelican-plugins
+    git clone --recursive https://github.com/getpelican/pelican-plugins
 
 
 and activating the ones you want in your settings file::
 and activating the ones you want in your settings file::