Use `--no-document` instead of `--no-rdoc`/`no-ri`

This commit is contained in:
hinaloe 2019-01-27 18:52:56 +01:00
parent 0de0210683
commit 367891d0f5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ In the development environment, Mastodon will use PostgreSQL as the currently si
## Running
There are multiple processes that need to be run for the full set of Mastodon's functionality, although they can be selectively omitted. To run all of them with just one command, you can install Foreman with `gem install foreman --no-ri --no-rdoc` and then use:
There are multiple processes that need to be run for the full set of Mastodon's functionality, although they can be selectively omitted. To run all of them with just one command, you can install Foreman with `gem install foreman --no-document` and then use:
foreman start