about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-08 11:38:54 +0200
committerGitHub <noreply@github.com>2017-04-08 11:38:54 +0200
commit3660f01f60bec405acab672634e184ee5b5b8e46 (patch)
treea5afe74ab3e0e1a13fc293b8f3fa54dcd4ecdffd /docs
parenta2ec54a20b7426bf6e3d75de19b81e4c4392b7b1 (diff)
parent741bbba6ff79069d79f98879007f453c85ec9c57 (diff)
Merge pull request #1115 from vmincev/patch-1
Update Production-guide.md
Diffstat (limited to 'docs')
-rw-r--r--docs/Running-Mastodon/Production-guide.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md
index af21af546..785826aca 100644
--- a/docs/Running-Mastodon/Production-guide.md
+++ b/docs/Running-Mastodon/Production-guide.md
@@ -90,7 +90,9 @@ It is recommended to create a special user for mastodon on the server (you could
 
     sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file git curl
     curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
-    apt-get install nodejs
+
+    sudo apt-get install nodejs
+
     sudo npm install -g yarn
 
 ## Redis