]> cat aescling's git repositories - mastodon.git/commitdiff
Update Production-guide.md
authorBen Field <bfield1989@gmail.com>
Wed, 5 Apr 2017 15:56:51 +0000 (16:56 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2017 15:56:51 +0000 (16:56 +0100)
Corrected spelling error for "install"

docs/Running-Mastodon/Production-guide.md

index 90e9c0dea14158866ef5355c6b6f3b0ca3f1b02f..1a65771ce2326a6dd94a09d889b42611e087542e 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
+    apt-get install nodejs
     sudo npm install -g yarn
 
 ## Redis