aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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