about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-05 02:52:00 +0200
committerGitHub <noreply@github.com>2017-04-05 02:52:00 +0200
commite55fbdede34ed127986bb182383c4ae67b496590 (patch)
tree857557e3120068de2a0b8ee280eebd5986efcdd8
parentbda37489ac5c14d18b1bb4290f2a2931dc8728c9 (diff)
parent6091b9b1a965ae5c1751627ee29c7db95643fcfe (diff)
Merge pull request #868 from Angristan/patch-4
Add file package
-rw-r--r--docs/Running-Mastodon/Production-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md
index 469fefa94..a70f174d4 100644
--- a/docs/Running-Mastodon/Production-guide.md
+++ b/docs/Running-Mastodon/Production-guide.md
@@ -76,7 +76,7 @@ It is recommended to create a special user for mastodon on the server (you could
 ## General dependencies
 
     curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
-    sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs
+    sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file
     sudo npm install -g yarn
 
 ## Redis