aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-03-30 13:25:56 -0400
committerDavid King <imkingdavid@gmail.com>2012-03-30 13:25:56 -0400
commitd60d9aa9d5fb880681b1f53c6b8104539e2845b7 (patch)
tree32b17192b1a50f278f77fc7784f7bf8163d35315 /README.md
parent29a904ce45f16eac928aa516be366780f05c0950 (diff)
parent951e2c8d0c32e6c2bcae02e2f2ff8be35af35b36 (diff)
downloadforums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar
forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar.gz
forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar.bz2
forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.tar.xz
forums-d60d9aa9d5fb880681b1f53c6b8104539e2845b7.zip
Merge remote-tracking branch 'igorw/feature/event-dispatcher' into develop
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)