README.md in kite-0.1.0 vs README.md in kite-0.2.0

- old
+ new

@@ -1,7 +1,8 @@ # Kite +![Build Status](https://ci.helioscloud.com/api/v1/teams/heliostech/pipelines/kite/jobs/build-master/badge) [![Build Status](https://travis-ci.org/helios-technologies/kite.svg?branch=master)](https://travis-ci.org/helios-technologies/kite) [![codecov](https://codecov.io/gh/helios-technologies/kite/branch/master/graph/badge.svg)](https://codecov.io/gh/helios-technologies/kite) Kite is a CLI for scaffolding and managing devops modules @@ -69,9 +70,17 @@ ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). + +### Concourse Resource + +To use resource scripts locally, set env variable `is_devel` to `true`, e.h.: + +```sh +$ ruby -Ilib ./bin/concourse/in +``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/helios-technologies/kite.