Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ brew install overmind
gem install overmind
```

You can read about installing on Ruby On Rails [here] (https://github.com/DarthSim/overmind/blob/master/packaging/rubygems/README.md)
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now link is broken

You can read about installing on Ruby On Rails [here](https://github.com/DarthSim/overmind/blob/master/packaging/rubygems/README.md).

### Download the latest Overmind release binary

Expand Down Expand Up @@ -252,8 +252,8 @@ $ overmind start -r all
$ OVERMIND_AUTO_RESTART=all overmind start
```

> [!NOTE]
> `OVERMIND_CAN_DIE` supersedes `OVERMIND_AUTO_RESTART`; if you want a restarting process, only put it in `OVERMIND_AUTO_RESTART`
> [!NOTE]
> `OVERMIND_CAN_DIE` supersedes `OVERMIND_AUTO_RESTART`; if you want a restarting process, only put it in `OVERMIND_AUTO_RESTART`

#### Specifying the colors

Expand Down