We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ff448 commit 912d179Copy full SHA for 912d179
README.md
@@ -233,6 +233,19 @@ the `pp` library's `pp` methods.
233
234
## Development
235
236
+### Prerequisites
237
+
238
+1. Clone the repository
239
+2. Install dependencies with `bundle install`
240
241
+### Testing
242
243
+The full test suite can be run with:
244
245
+```bash
246
+bundle exec rake test
247
+```
248
249
### Release
250
251
Update the `lib/json/version.rb` file.
0 commit comments