Skip to content

Commit 3f8ce8c

Browse files
justin808claude
andcommitted
Add foreman/overmind requirement note to Getting Started guide
New developers following the Getting Started guide encounter the "can't find executable foreman" error when running ./bin/dev, but this requirement is only documented in the "Installation into an existing Rails app" guide. This commit adds a clear note in the "Start the app" section to ensure developers know they need overmind or foreman installed before running bin/dev, improving the getting started experience. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2b5bab8 commit 3f8ce8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ Start the app:
7171
```bash
7272
bin/dev help
7373
bin/dev # start with hmr
74-
bin/dev static #
74+
bin/dev static # start with statically created bundles (no HMR)
7575
```
7676

77+
> **Note:** Ensure that you have `overmind` or `foreman` installed to run `bin/dev`.
78+
7779
## Basic Usage
7880

7981
### Configuration

0 commit comments

Comments
 (0)