Include composer dependencies in repo

This commit is contained in:
Frederic Guillot
2017-10-25 16:22:10 -07:00
parent c507c54162
commit 9e2b2a32fd
1787 changed files with 123616 additions and 45 deletions

View File

@@ -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.

View File

@@ -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.