diff --git a/README.md b/README.md index 19df8202..240fc121 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,14 @@ $ bundle exec cap puma:stop $ bundle exec cap puma:phased_restart ``` +## Contributing + +To run the test suite: + +```bash +$ bundle install +$ bundle exec rake +``` ## License