Commit fcb77426 authored by Dave Marshall's avatar Dave Marshall

Simplify installation instructions

parent 8643b3b9
......@@ -23,17 +23,11 @@ Silex works with PHP 5.3.3 or later.
Installation
------------
The recommended way to install Silex is through `Composer`_. Just create a
``composer.json`` file and run the ``php composer.phar install`` command to
install it:
The recommended way to install Silex is through `Composer`_:
.. code-block:: json
.. code-block:: bash
{
"require": {
"silex/silex": "~1.1"
}
}
php composer.phar require silex/silex "~1.2"
Alternatively, you can download the `silex.zip`_ file and extract it.
......
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