aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2018-12-16 00:10:00 +0100
committerChristian Weiske <cweiske@cweiske.de>2018-12-16 00:10:00 +0100
commit1979dce952f8274c18ed7f662318f27aadf6c01a (patch)
tree606ed95d540c40087c1a9c7ab24ee13b928c59eb /README.rst
parent21683ca5652b9b44bcf8c44872c1c0e1ece8c7bb (diff)
downloadphinde-1979dce952f8274c18ed7f662318f27aadf6c01a.tar.gz
phinde-1979dce952f8274c18ed7f662318f27aadf6c01a.zip
composer dependency installation
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 1633f86..f52e001 100644
--- a/README.rst
+++ b/README.rst
@@ -54,11 +54,9 @@ Setup
$ git clone https://git.cweiske.de/phinde.git phinde
-#. Install dependencies via PEAR::
+#. Install dependencies via composer::
- $ pear install console_commandline net_url2
- $ pear channel-discover pear.twig-project.org
- $ pear install twig/Twig
+ $ composer install
#. Point your webserver's document root to phinde's ``www`` directory
#. Copy ``data/config.php.dist`` to ``data/config.php`` and adjust it.