Merge branch 'hinaloe-master-patch-43129' into 'master'

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

See merge request mastodon/docs!21
This commit is contained in:
Eugen Rochko 2019-01-27 19:39:12 +01:00
commit 58d92ddb99
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