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/fr_FR/installation.markdown | |
parent | c507c5416251c505cb3e088a03c6664bed73c812 (diff) |
Include composer dependencies in repo
Diffstat (limited to 'doc/fr_FR/installation.markdown')
-rw-r--r-- | doc/fr_FR/installation.markdown | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/fr_FR/installation.markdown b/doc/fr_FR/installation.markdown index 9e4cb47a..84626151 100644 --- a/doc/fr_FR/installation.markdown +++ b/doc/fr_FR/installation.markdown @@ -26,11 +26,8 @@ Les gens qui utilisent une base de données distante (Mysql/Postgresql) ou un sy Depuis le dépôt git (version de développement) ---------------------------------------------- -Vous devez installer [composer](https://getcomposer.org/) pour utiliser cette méthode. - 1. `git clone https://github.com/kanboard/kanboard.git` -2. `composer install --no-dev` -3. Allez à l'étape 3) juste au-dessus +2. Allez à l'étape 3) juste au-dessus Cette méthode va installer **la version en cours de développement**, utilisez là à vos risques. |