diff options
Diffstat (limited to 'doc/en_US')
-rw-r--r-- | doc/en_US/installation.markdown | 5 | ||||
-rw-r--r-- | doc/en_US/update.markdown | 3 |
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. |