Browse Source

Added note about adding backports on Debian. (#249)

Added a note about having to add Debian Backports repository to properly install `ffmpeg`.
Myles Braithwaite 7 years ago
parent
commit
9f752db5e0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Running-Mastodon/Production-guide.md

+ 2 - 0
Running-Mastodon/Production-guide.md

@@ -123,6 +123,8 @@ It is recommended to create a special user for mastodon on the server (you could
     curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
     sudo apt-get install nodejs
     sudo npm install -g yarn
+    
+* **NOTE**: On Debian you have to first add the [Debian Backports](https://backports.debian.org/) repository to install `ffmpeg`.
 
 ### CentOS / RHEL