fixed previous commit
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 29 Feb 2012 21:20:34 +0000 (22:20 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 29 Feb 2012 21:20:34 +0000 (22:20 +0100)
doc/intro.rst

index ee5307e..c3355ea 100644 (file)
@@ -56,11 +56,13 @@ Installing the PEAR package
 Installing via Composer
 ~~~~~~~~~~~~~~~~~~~~~~~
 
-1. Install composer in your project
+1. Install composer in your project:
 
-``curl -s http://getcomposer.org/installer | php``
+.. code-block:: bash
+
+    curl -s http://getcomposer.org/installer | php``
 
-2. create composer.json in your project root with:
+2. Create a ``composer.json`` file in your project root:
 
 .. code-block:: javascript
 
@@ -71,9 +73,11 @@ Installing via Composer
     }
 
 
-3. Install twig via composer 
+3. Install via composer
+
+.. code-block:: bash
 
-``php composer.phar install``
+    php composer.phar install
 
 Installing the C extension
 ~~~~~~~~~~~~~~~~~~~~~~~~~~