From 93f596731c430528b5586328fb52c2dc5ece6abb Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Wed, 3 Aug 2022 15:33:59 +0200 Subject: [PATCH] mwii des couleurs --- HowtoRedmine.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HowtoRedmine.md b/HowtoRedmine.md index d4f2b684..30d9b4c3 100644 --- a/HowtoRedmine.md +++ b/HowtoRedmine.md @@ -221,19 +221,19 @@ systemctl --user enable/disable puma Mise à jour des gem : -~~~ +~~~ { .bash } bundle install --gemfile=~/www/Gemfile --path=~/.gems ~~~ Migration des plugins : -~~~ +~~~ { .bash } ( cd ~/www && bundle exec rake -qf ~/www/Rakefile redmine:plugins:migrate ) ~~~ #### Desinstallation d'un plugin : -~~~ +~~~ { .bash } ( cd ~/www && bundle exec rake -qf ~/www/Rakefile redmine:plugins:migrate[plugin_name,0] ) ~~~