You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ You'll need the following installed to run the template successfully:
21
21
* Ruby 4.0.2+
22
22
* PostgreSQL 16+
23
23
* 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
25
25
26
26
If you use Homebrew, dependencies are listed in `Brewfile` so you can install them using:
27
27
@@ -55,7 +55,7 @@ To run your application, you'll use the `bin/dev` command:
55
55
bin/dev
56
56
```
57
57
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.
0 commit comments