aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-30 12:59:37 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-30 14:04:46 +0200
commitcab437ae83297a8fc092fe77fdae8eb66d3b93a1 (patch)
treee8b358f6465a2af328a7bb9669c3f7b8720a760b /README.md
parent0d6a5cb6ae29348a247c8f42e2046c8b84741aa5 (diff)
downloadforums-cab437ae83297a8fc092fe77fdae8eb66d3b93a1.tar
forums-cab437ae83297a8fc092fe77fdae8eb66d3b93a1.tar.gz
forums-cab437ae83297a8fc092fe77fdae8eb66d3b93a1.tar.bz2
forums-cab437ae83297a8fc092fe77fdae8eb66d3b93a1.tar.xz
forums-cab437ae83297a8fc092fe77fdae8eb66d3b93a1.zip
[feature/event-dispatcher] Add dependencies install information
PHPBB3-9550
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 51e65176c6..a7feb8db40 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,15 @@ phpBB is a free bulletin board written in PHP.
Find support and lots more on [phpBB.com](http://www.phpbb.com)! Discuss the development on [area51](http://area51.phpbb.com/phpBB/index.php).
+## INSTALLING DEPENDENCIES
+
+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
+
+
## CONTRIBUTE
1. [Create an account on phpBB.com](http://www.phpbb.com/community/ucp.php?mode=register)