From 4fa1d0022a87079f77eddb6a55ad67c82e9c1be3 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 15 Oct 2018 21:40:23 +0200 Subject: [PATCH] mention twig --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index b00136b..3ce17e0 100644 --- a/README.rst +++ b/README.rst @@ -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. -- 2.30.2