diff options
author | Ben Field <bfield1989@gmail.com> | 2017-04-05 16:56:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 16:56:51 +0100 |
commit | 41a78be25e5b4d7b5f65cfbf4d6fba5184f41475 (patch) | |
tree | 6f701be9081c62cc6ee45dcae499bd80a5168bdd | |
parent | b142a2ebf51fb140062e52cb283736b6d4abe725 (diff) |
Update Production-guide.md
Corrected spelling error for "install"
-rw-r--r-- | docs/Running-Mastodon/Production-guide.md | 2 |
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..1a65771ce 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 + apt-get install nodejs sudo npm install -g yarn ## Redis |