mention twig
authorChristian Weiske <cweiske@cweiske.de>
Mon, 15 Oct 2018 19:40:23 +0000 (21:40 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 15 Oct 2018 19:40:23 +0000 (21:40 +0200)
README.rst

index b00136bcb6a016509f3e2d12d9465bb10b3079e3..3ce17e0bcaa62f824c77294573802333b0fd1c1d 100644 (file)
@@ -41,6 +41,7 @@ Dependencies
 - Gearman
 - Console_CommandLine
 - Net_URL2
+- Twig 1.x
 
 
 =====
@@ -54,6 +55,8 @@ Setup
 #. Install dependencies via PEAR::
 
      $ pear install console_commandline net_url2
+     $ pear channel-discover pear.twig-project.org
+     $ pear install twig/Twig
 
 #. Point your webserver's document root to phinde's ``www`` directory
 #. Copy ``data/config.php.dist`` to ``data/config.php`` and adjust it.