summaryrefslogtreecommitdiff
path: root/docs/installation.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-15 18:42:49 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-15 18:42:49 -0500
commitaf93754ec99d8748677dc2cfd92137a8698a90fa (patch)
treed32801def85dcc95407a015bf5f7dcc236ff1f3f /docs/installation.markdown
parent46f19336c0208797d3c47685b8b5d7d0c74296e0 (diff)
Attach events only for board controller
Diffstat (limited to 'docs/installation.markdown')
-rw-r--r--docs/installation.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.markdown b/docs/installation.markdown
index 3f051f99..319eb271 100644
--- a/docs/installation.markdown
+++ b/docs/installation.markdown
@@ -28,7 +28,7 @@ From the repository (development version)
You must install [composer](https://getcomposer.org/) to use this method.
1. `git clone https://github.com/fguillot/kanboard.git`
-2. `composer update`
+2. `composer install`
3. Go to the third step just above
Note: This method will install the **current development version**, use at your own risk.