aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-08-19 02:19:11 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-08-19 05:18:52 +0200
commitc7363712ce25ea79fe0164ac23643a086d7276ba (patch)
tree82a3e298820aa8ecf3d379e4e90480b5f716213a /README.md
parentd07cb6d778c264cbd1441438f2ea77ae6cc76126 (diff)
downloadforums-c7363712ce25ea79fe0164ac23643a086d7276ba.tar
forums-c7363712ce25ea79fe0164ac23643a086d7276ba.tar.gz
forums-c7363712ce25ea79fe0164ac23643a086d7276ba.tar.bz2
forums-c7363712ce25ea79fe0164ac23643a086d7276ba.tar.xz
forums-c7363712ce25ea79fe0164ac23643a086d7276ba.zip
[ticket/11061] Add the --dev flag to the composer instructions in README
It is needed to install dev dependencies, such as goutte, which are needed to run the tests. PHPBB3-11061
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1fc670422f..0febad397d 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +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
- php ../composer.phar install
+ php ../composer.phar install --dev
## CONTRIBUTE