1
0
Fork 0

Merge pull request #784 from Dinduks/installation_from_source_readme

Minor update of "Install. from Source" in the README
pull/762/merge
Nils Adermann 2012-06-11 03:39:25 -07:00
commit 593483b523
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ file as described above.
1. Run `git clone https://github.com/composer/composer.git`
2. Download the [`composer.phar`](http://getcomposer.org/composer.phar) executable
3. Run Composer to get the dependencies: `php composer.phar install`
3. Run Composer to get the dependencies: `cd composer && php ../composer.phar install`
You can now run Composer by executing the `bin/composer` script: `php /path/to/composer/bin/composer`
Global installation of Composer (manual)
----------------------------------------