Browse Source

docs(CONTRIBUTING): add note (#2368)

pull/2359/head
Yoshiya Hinosawa 6 years ago committed by GitHub
parent
commit
aac3ce7856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CONTRIBUTING.md

3
CONTRIBUTING.md

@ -43,6 +43,8 @@ If you want to see specs running live in browser (e.g., for debugging), simply o
First you need ruby and [bundler][] to build the documentation site.
**Note:** Currently the site doesn't build with ruby 2.5.x, so you need ruby 2.4.4 or below. ([rbenv][] is useful for switching between ruby versions.)
```console
$ gem install bundler
```
@ -66,3 +68,4 @@ Then access `http://0.0.0.0:4567`.
Add something about PRs here, indicate that PRs should not bump the version number & the build output files (`c3.js`, `c3.min.js`, `c3.css` & `c3.min.css`) should be excluded
[bundler]: https://bundler.io
[rbenv]: https://github.com/rbenv/rbenv

Loading…
Cancel
Save