diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-07 22:25:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 22:25:48 +0200 |
commit | 37a36b0bec1f27508926a420de05e6aa3c96fd10 (patch) | |
tree | 4c646a86b073953ccb56ce02dd91b51addbdc418 | |
parent | c7d9b81d41fb69b7ae10a3f16a9aedd3fa7ddefe (diff) | |
parent | 131f505fd0dc11297ba0ad4d9744e5ea2b3d73e1 (diff) |
Merge pull request #1192 from seekr/patch-2
typo
-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 |