]> cat aescling's git repositories - mastodon.git/commitdiff
Update Production-guide.md
authorVladimir Mincev <vladimir@canicinteractive.com>
Thu, 6 Apr 2017 23:05:32 +0000 (01:05 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2017 23:05:32 +0000 (01:05 +0200)
Under ## General dependencies:
apt-get needs sudo and install was typed wrongly.

docs/Running-Mastodon/Production-guide.md

index 90e9c0dea14158866ef5355c6b6f3b0ca3f1b02f..f195bb98232f85496ba4c912a97361f767483ff0 100644 (file)
@@ -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