Skip to content

Commit

Permalink
Add troubleshooting section + fix error regarding rmagick
Browse files Browse the repository at this point in the history
  • Loading branch information
zkan committed Oct 29, 2024
1 parent b5241cc commit ea2cd38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ you'll gain insights into your team's strengths, areas for improvement, and
practical steps to advance your CD maturity. The results can serve as a
baseline for tracking progress and aligning future improvements with best
practices in software delivery.

## Troubleshooting

If you get an error regarding the gem `rmagick` when you run `bundle install`
on Mac OS, you may need to install `imagemagick` first.

```sh
brew install imagemagick
```

0 comments on commit ea2cd38

Please sign in to comment.