diff --git a/HowtoMastodon.md b/HowtoMastodon.md index c84d95d2..e2448416 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -332,7 +332,8 @@ Le principe des mises à jour est basé sur un `git pull` et un `git checkout`. # sudo -iu mastodon $ cd mastodon $ git fetch -$ git checkout $(git tag | tail -n 1) +$ git checkout +$ bundle install --deployment --without development test $ bundle exec rails db:migrate $ yarn install --pure-lockfile $ bundle exec rails assets:precompile