From afe1b372dfd631ddeea580f849cf6789d01aab8b Mon Sep 17 00:00:00 2001 From: dadachi Date: Mon, 6 Apr 2026 16:35:08 +0900 Subject: [PATCH] remove Foreman references from README Only Overmind is used in this project. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79121b9..3c4d941 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You'll need the following installed to run the template successfully: * Ruby 4.0.2+ * PostgreSQL 16+ * Libvips - `brew install vips` -* [Overmind](https://github.com/DarthSim/overmind) or Foreman - `brew install tmux overmind` or `gem install foreman` - helps run all your processes in development +* [Overmind](https://github.com/DarthSim/overmind) - `brew install tmux overmind` - helps run all your processes in development If you use Homebrew, dependencies are listed in `Brewfile` so you can install them using: @@ -55,7 +55,7 @@ To run your application, you'll use the `bin/dev` command: bin/dev ``` -This starts up Overmind (or Foreman) running the processes defined in `Procfile.dev`. We've configured this to run the Rails server out of the box. +This starts up Overmind running the processes defined in `Procfile.dev`. We've configured this to run the Rails server out of the box. ## Contributing