aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2012-07-19 09:24:58 -0700
committerNils Adermann <naderman@naderman.de>2012-07-19 09:24:58 -0700
commit841ea0e494504400c798faa6cc860dd1179e1004 (patch)
treeeaaaac091c0ab39b2bab51eaa153630bf40a9a07
parent5095b6abd297d896692e1a8fc977b254fe8541d5 (diff)
parentcb9a25ca8048a85ce4a078ad9fe6af16bbaad591 (diff)
downloadforums-841ea0e494504400c798faa6cc860dd1179e1004.tar
forums-841ea0e494504400c798faa6cc860dd1179e1004.tar.gz
forums-841ea0e494504400c798faa6cc860dd1179e1004.tar.bz2
forums-841ea0e494504400c798faa6cc860dd1179e1004.tar.xz
forums-841ea0e494504400c798faa6cc860dd1179e1004.zip
Merge pull request #898 from bantu/ticket/10993
[ticket/10993] Use composer.phar from our repository in 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