aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2018-10-15 21:40:23 +0200
committerChristian Weiske <cweiske@cweiske.de>2018-10-15 21:40:23 +0200
commit4fa1d0022a87079f77eddb6a55ad67c82e9c1be3 (patch)
treebfe4fbc43d142e30c06768c28c128d18b1603383
parent01843bb490b0851841ecd3fa3a28e77ace6f98a0 (diff)
downloadphinde-4fa1d0022a87079f77eddb6a55ad67c82e9c1be3.tar.gz
phinde-4fa1d0022a87079f77eddb6a55ad67c82e9c1be3.zip
mention twig
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
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.