Fix typo. (#462)

This commit is contained in:
Jim Tittsler 2017-11-26 02:45:40 +09:00 committed by Eugen Rochko
parent b938713f12
commit b561e44132
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ Now you need to install [Yarn](https://yarnpkg.com/en/) plus some more software.
- libprotobuf-dev and protobuf-compiler - Mastodon uses these for language detection
- nginx - nginx is our frontend web server
- redis-* - Mastodon uses redis for its in-memory data structure store
- postgresql-* - Mastodon uses PostgreSQL as it's SQL database
- postgresql-* - Mastodon uses PostgreSQL as its SQL database
- nodejs - Node is used for Mastodon's streaming API
- yarn - Yarn is a Node.js package manager
- Other -dev packages, g++ - these are needed for the compilation of Ruby using ruby-build.