Skip to content

Commit e96c5e1

Browse files
committed
document development process
as done on my machine
1 parent 9df8448 commit e96c5e1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,24 @@ Contributions are welcome! Please fork this repo and send a pull request. Your p
700700
Ideally, the PR has 2 commits - the first showing the failed test and the second with the fix - although this is not
701701
required. The commits will be squashed into master once accepted.
702702
703+
### Set up development locally
704+
705+
- With a decent ruby version:
706+
```shell
707+
bundle install
708+
appraisal install
709+
```
710+
711+
- Run all tests for that ruby version:
712+
```shell
713+
appraisal rake
714+
```
715+
716+
- For more info on appraisal:
717+
```shell
718+
appraisal help
719+
```
720+
703721
## Changelog
704722
705723
See [changelog](https://github.com/JsonApiClient/json_api_client/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)