diff --git a/docs/install.rst b/docs/install.rst index 627704fb..10647ad2 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -73,6 +73,10 @@ To be able to run an installation from the repo, you need to run the following c php composer.phar install +If you get "Fatal error: Uncaught exception 'PharException'..." run this and try again: + + curl -s http://getcomposer.org/installer | php + Setting up a cronjob ++++++++++++++++++++