diff --git a/HowtoMastodon.md b/HowtoMastodon.md index e4162443..b5af46b0 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -17,7 +17,8 @@ Mastodon s'appuie sur Ruby, [NodeJS](HowtoNodeJS), [Yarn](HowtoYarn), [Nginx](Ho On peut installer les dépendances pour Mastodon : ~~~ -# apt install nodejs yarn imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git curl g++ libprotobuf-dev protobuf-compiler pkg-config build-essential libreadline-dev +# apt install nodejs yarn imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git curl \ +g++ libprotobuf-dev protobuf-compiler pkg-config build-essential libreadline-dev ~~~ > **Note** : Vous devez avoir les backports `jessie-backports` pour installer _ffmpeg_.