Skip to content

Commit

Permalink
Merge pull request #28 from zkan/add_troubleshooting_section
Browse files Browse the repository at this point in the history
Add troubleshooting section + fix error regarding rmagick
  • Loading branch information
chonla authored Oct 29, 2024
2 parents b76d7f6 + ea2cd38 commit c432f97
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 c432f97

Please sign in to comment.