about summary refs log tree commit diff
path: root/docs/Running-Mastodon
diff options
context:
space:
mode:
authorVladimir Mincev <vladimir@canicinteractive.com>2017-04-07 01:05:32 +0200
committerGitHub <noreply@github.com>2017-04-07 01:05:32 +0200
commit56f4a94e7b39074f5e7d250c521a7d3336f25b55 (patch)
tree3390e2338c9d21efcade98ec9005b304769fcacd /docs/Running-Mastodon
parent31597fd37717db79edb69a64c97b1dca2f9a8a08 (diff)
Update Production-guide.md
Under ## General dependencies:
apt-get needs sudo and install was typed wrongly.
Diffstat (limited to 'docs/Running-Mastodon')
-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 90e9c0dea..f195bb982 100644
--- a/docs/Running-Mastodon/Production-guide.md
+++ b/docs/Running-Mastodon/Production-guide.md
@@ -90,7 +90,7 @@ 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 intall nodejs
+    sudo apt-get install nodejs
     sudo npm install -g yarn
 
 ## Redis