Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Add note about clang to MAINTAINING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Feb 28, 2023
1 parent 183f5cd commit 2e17028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ NOTE: `X.Y.Z` and `vX.Y.Z` are given as examples, and should be replaced with
1. `git commit -m "Release vX.Y.Z"`
1. Ensure all tests are passing
1. `./bin/setup`
1. `./bin/test`
1. `./bin/test` (you may need to install clang, e.g. `sudo apt install clang`)
1. `rake default`
1. Build the Gem
1. `gem build`
Expand Down

0 comments on commit 2e17028

Please sign in to comment.