diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-25 16:22:10 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-25 16:22:10 -0700 |
commit | 9e2b2a32fd0e967ad3184e9a5d091a29953acb91 (patch) | |
tree | 00822e24aa1110c73ca455a8d096ef296c008cbc /doc/en_US/update.markdown | |
parent | c507c5416251c505cb3e088a03c6664bed73c812 (diff) |
Include composer dependencies in repo
Diffstat (limited to 'doc/en_US/update.markdown')
-rw-r--r-- | doc/en_US/update.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
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. |