diff --git a/README.md b/README.md index fe2ee49..678c7fe 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ This a Proof of Concept of Poche v2 using the PHP micro-framework [Silex](http Get Composer and install Silex: - curl -s http://getcomposer.org/installer | php - php composer.phar install + curl -s http://getcomposer.org/installer | php + php composer.phar install Then configure your webserver to point to the `web/` directory. Some documentation is available on the [Silex documentation page](http://silex.sensiolabs.org/doc/web_servers.html). If you are using PHP 5.4 you can run Poche v2 by using the embedded webserver: - php -S localhost:8080 -t web web/index.php + php -S localhost:8080 -t web web/index.php Poche should now be running at [http://localhost:8080](http://localhost:8080).