Skip to content

Commit

Permalink
Fix titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Mar 22, 2015
1 parent 4efbd06 commit 0df4cae
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,17 @@ Have fun!
.. _installing_dependencies:

Installing dependencies
-----------------------
=======================

PHP
~~~
---

To install PHP refer to your option of choice. Installation instructions are different for every platform.
See the `PHP Installation Guide<http://php.net/manual/en/install.php>`_.
See the `PHP Installation Guide<http://php.net/manual/en/install.php>`_. Make sure your PHP version is higher than
`5.4.0`.

Composer
~~~~~~~~
--------

Composer is a dependency manager for PHP.

Expand All @@ -97,17 +98,17 @@ for detailed information.
$ curl -sS https://getcomposer.org/installer | php
Node.js
~~~~~~~
-------

Install node.js using the official installers available at `<https://nodejs.org/download/>`_.

NPM
~~~
---

Npm comes included with node.js.

Gulp
~~~~
----

Gulp is a streaming build system. It is used to build assets.

Expand All @@ -119,7 +120,7 @@ for detailed information.
$ npm install --global gulp
Bower
~~~~~
-----

Use the following code to install, see the `Official installation documentation<http://bower.io/#install-bower>`_
for detailed information.
Expand Down

0 comments on commit 0df4cae

Please sign in to comment.