X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/21683ca5652b9b44bcf8c44872c1c0e1ece8c7bb..1979dce952f8274c18ed7f662318f27aadf6c01a:/README.rst 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.