saut à la ligne

This commit is contained in:
gcolpart 2017-07-09 16:33:09 +02:00
parent db687b11c9
commit 0bcc7939fa

View file

@ -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_.