Skip to content

Commit afe1b37

Browse files
dadachiclaude
andcommitted
remove Foreman references from README
Only Overmind is used in this project. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9df6b1e commit afe1b37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You'll need the following installed to run the template successfully:
2121
* Ruby 4.0.2+
2222
* PostgreSQL 16+
2323
* Libvips - `brew install vips`
24-
* [Overmind](https://github.com/DarthSim/overmind) or Foreman - `brew install tmux overmind` or `gem install foreman` - helps run all your processes in development
24+
* [Overmind](https://github.com/DarthSim/overmind) - `brew install tmux overmind` - helps run all your processes in development
2525

2626
If you use Homebrew, dependencies are listed in `Brewfile` so you can install them using:
2727

@@ -55,7 +55,7 @@ To run your application, you'll use the `bin/dev` command:
5555
bin/dev
5656
```
5757

58-
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.
58+
This starts up Overmind running the processes defined in `Procfile.dev`. We've configured this to run the Rails server out of the box.
5959

6060
## Contributing
6161

0 commit comments

Comments
 (0)