mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10993] Use composer.phar from our repository in README.md
PHPBB3-10993
This commit is contained in:
parent
b45bc27339
commit
cb9a25ca80
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
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
|
cd phpBB
|
||||||
curl -s http://getcomposer.org/installer | php
|
php ../composer.phar install
|
||||||
php composer.phar install
|
|
||||||
|
|
||||||
|
|
||||||
## CONTRIBUTE
|
## CONTRIBUTE
|
||||||
|
|
Loading…
Add table
Reference in a new issue