From: Vladimir Mincev Date: Thu, 6 Apr 2017 23:05:32 +0000 (+0200) Subject: Update Production-guide.md X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=56f4a94e7b39074f5e7d250c521a7d3336f25b55;p=mastodon.git Update Production-guide.md Under ## General dependencies: apt-get needs sudo and install was typed wrongly. --- 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