Skip to content

Commit 2cd0842

Browse files
committed
Added dev instructions [skip ci]
1 parent f1472e7 commit 2cd0842

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -619,3 +619,12 @@ Everyone is encouraged to help improve this project. Here are a few ways you can
619619
- Fix bugs and [submit pull requests](https://github.com/ankane/chartkick/pulls)
620620
- Write, clarify, or fix documentation
621621
- Suggest or add new features
622+
623+
To get started with development:
624+
625+
```sh
626+
git clone https://github.com/ankane/chartkick.git
627+
cd chartkick
628+
bundle install
629+
bundle exec rake test
630+
```

0 commit comments

Comments
 (0)