summaryrefslogtreecommitdiff
path: root/doc/en_US
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-10-25 16:22:10 -0700
committerFrederic Guillot <fred@kanboard.net>2017-10-25 16:22:10 -0700
commit9e2b2a32fd0e967ad3184e9a5d091a29953acb91 (patch)
tree00822e24aa1110c73ca455a8d096ef296c008cbc /doc/en_US
parentc507c5416251c505cb3e088a03c6664bed73c812 (diff)
Include composer dependencies in repo
Diffstat (limited to 'doc/en_US')
-rw-r--r--doc/en_US/installation.markdown5
-rw-r--r--doc/en_US/update.markdown3
2 files changed, 2 insertions, 6 deletions
diff --git a/doc/en_US/installation.markdown b/doc/en_US/installation.markdown
index 8b8add99..543ca4d0 100644
--- a/doc/en_US/installation.markdown
+++ b/doc/en_US/installation.markdown
@@ -26,11 +26,8 @@ People who are using a remote database (Mysql/Postgresql) and a remote object st
From the git repository (development version)
---------------------------------------------
-You must install [composer](https://getcomposer.org/) to use this method.
-
1. `git clone https://github.com/kanboard/kanboard.git`
-2. `composer install --no-dev`
-3. Go to the third step just above
+2. Go to the third step just above
Note: This method will install the **current development version**, use at your own risk.
diff --git a/doc/en_US/update.markdown b/doc/en_US/update.markdown
index 76cac27a..516b704b 100644
--- a/doc/en_US/update.markdown
+++ b/doc/en_US/update.markdown
@@ -30,8 +30,7 @@ From the repository (development version)
-----------------------------------------
1. `git pull`
-2. `composer install --no-dev`
-3. Login and check if everything is ok
+2. Login and check if everything is ok
Note: This method will install the **current development version**, use at your own risk.