diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..759c363 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,25 @@ +# Contributing + +## Development + +Clone the repository from GitHub. + +``` +$ git clone https://github.com/sstephenson/execjs +``` + +Now just cd into the directory and run `bundle install` to install the +development dependencies. + +``` +$ cd execjs/ +$ bundle install +``` + +## Testing + +Tests can be ran via `rake`. + +``` +$ bundle exec rake +```