diff options
Diffstat (limited to 'doc/en_US/installation.markdown')
-rw-r--r-- | doc/en_US/installation.markdown | 5 |
1 files changed, 1 insertions, 4 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. |