From 9e2b2a32fd0e967ad3184e9a5d091a29953acb91 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 25 Oct 2017 16:22:10 -0700 Subject: Include composer dependencies in repo --- doc/en_US/installation.markdown | 5 +---- doc/en_US/update.markdown | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'doc/en_US') 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. -- cgit v1.2.3