From 272d25c38304205ef98569bcd7fc11f93f90d01e Mon Sep 17 00:00:00 2001 From: Vladimir Mincev Date: Fri, 7 Apr 2017 01:05:32 +0200 Subject: [PATCH] Update Production-guide.md Under ## General dependencies: apt-get needs sudo and install was typed wrongly. --- Running-Mastodon/Production-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index 90e9c0de..f195bb98 100644 --- a/Running-Mastodon/Production-guide.md +++ b/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