Skip to content

Commit 912d179

Browse files
committed
update the readme to include bootstrap + testing docs
1 parent c7ff448 commit 912d179

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,19 @@ the `pp` library's `pp` methods.
233233

234234
## Development
235235

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+
236249
### Release
237250

238251
Update the `lib/json/version.rb` file.

0 commit comments

Comments
 (0)