Commit e35830cf authored by Besnik Br's avatar Besnik Br

added missing php command

parent 55d7a266
...@@ -34,7 +34,7 @@ And run Composer to install Silex and all its dependencies: ...@@ -34,7 +34,7 @@ And run Composer to install Silex and all its dependencies:
.. code-block:: bash .. code-block:: bash
$ curl -s http://getcomposer.org/installer | php $ curl -s http://getcomposer.org/installer | php
$ composer.phar install $ php composer.phar install
Upgrading Upgrading
--------- ---------
...@@ -42,7 +42,7 @@ Upgrading ...@@ -42,7 +42,7 @@ Upgrading
Upgrading Silex to the latest version is as easy as running the ``update`` Upgrading Silex to the latest version is as easy as running the ``update``
command:: command::
$ composer.phar update $ php composer.phar update
Bootstrap Bootstrap
--------- ---------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment