From 367891d0f5f23327a4bf2808c71e47bd886226e8 Mon Sep 17 00:00:00 2001 From: hinaloe Date: Sun, 27 Jan 2019 18:52:56 +0100 Subject: [PATCH] Use `--no-document` instead of `--no-rdoc`/`no-ri` --- content/en/development/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/development/overview.md b/content/en/development/overview.md index 2d6e5568..c33ec23a 100644 --- a/content/en/development/overview.md +++ b/content/en/development/overview.md @@ -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