aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-08-19 23:50:56 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-08-19 23:50:56 +0200
commit8c62c33f2a8ab48f05938d55c80b1bf37f9a37d5 (patch)
tree1936b307a46cd28a27a1495a8cdad3cbb43a238b /README.md
parent964f5225ce2ab460f66f1bc930e531f8ea294f78 (diff)
parentc7363712ce25ea79fe0164ac23643a086d7276ba (diff)
downloadforums-8c62c33f2a8ab48f05938d55c80b1bf37f9a37d5.tar
forums-8c62c33f2a8ab48f05938d55c80b1bf37f9a37d5.tar.gz
forums-8c62c33f2a8ab48f05938d55c80b1bf37f9a37d5.tar.bz2
forums-8c62c33f2a8ab48f05938d55c80b1bf37f9a37d5.tar.xz
forums-8c62c33f2a8ab48f05938d55c80b1bf37f9a37d5.zip
Merge remote-tracking branch 'igorw/ticket/11061' into develop
* igorw/ticket/11061: [ticket/11061] Add the --dev flag to the composer instructions in README
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 cd54bff62c..78aa306bed 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