Skip to content

Commit

Permalink
Closes #189: Missing install documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Pichler committed Sep 25, 2014
1 parent b18ffbb commit 450f91c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/site/rst/download/index.rst
Expand Up @@ -38,13 +38,14 @@ Then ``cd`` into the checkout directory initialize the referenced sub modules: :
~ $ cd phpmd
~/phpmd $ git submodule update --init

This installs the build framework used by PHPMD. To initialize PHPMD's
requirements you should now invoke *Ant* with the ``initialize`` target: ::
Then install Composer in your project (or `download the composer.phar`__
directly): ::

~/phpmd $ ant initialize
~ $ curl -s http://getcomposer.org/installer | php

This command installs the dependencies used by PHPMD. Please note that this
command will produce a lot of output on the shell.
And finally let Composer install the project dependencies: ::

~ $ php composer.phar install

Requirements
============
Expand All @@ -56,5 +57,6 @@ current state. It relies on the following software products:
- `PHP >= 5.3.0`__

__ https://github.com/phpmd/phpmd
__ http://getcomposer.org/composer.phar
__ http://pdepend.org
__ http://php.net/downloads.php

0 comments on commit 450f91c

Please sign in to comment.