1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

Merge pull request #898 from bantu/ticket/10993

[ticket/10993] Use composer.phar from our repository in README.md
This commit is contained in:
Nils Adermann 2012-07-19 09:24:58 -07:00
commit 841ea0e494

View File

@ -13,8 +13,7 @@ Find support and lots more on [phpBB.com](http://www.phpbb.com)! Discuss the dev
To be able to run an installation from the repo (and not from a pre-built package) you need to run the following commands to install phpBB's dependencies.
cd phpBB
curl -s http://getcomposer.org/installer | php
php composer.phar install
php ../composer.phar install
## CONTRIBUTE