aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-07-17 02:28:04 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-07-17 02:28:04 +0200
commitcb9a25ca8048a85ce4a078ad9fe6af16bbaad591 (patch)
tree2c2b2d3644d677aa0a1917b205fd0734db57b9d7 /README.md
parentb45bc27339d03016d47c0247aede8da5ce38a4ee (diff)
downloadforums-cb9a25ca8048a85ce4a078ad9fe6af16bbaad591.tar
forums-cb9a25ca8048a85ce4a078ad9fe6af16bbaad591.tar.gz
forums-cb9a25ca8048a85ce4a078ad9fe6af16bbaad591.tar.bz2
forums-cb9a25ca8048a85ce4a078ad9fe6af16bbaad591.tar.xz
forums-cb9a25ca8048a85ce4a078ad9fe6af16bbaad591.zip
[ticket/10993] Use composer.phar from our repository in README.md
PHPBB3-10993
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index a7feb8db40..1fc670422f 100644
--- a/README.md
+++ b/README.md
@@ -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