README.md in meroku-2.0.24 vs README.md in meroku-2.0.25

- old
+ new

@@ -7,11 +7,13 @@ [![Coverage](https://img.shields.io/codeclimate/coverage/github/meroku/meroku.svg?style=flat-square)](https://codeclimate.com/github/meroku/meroku) [![Build](https://img.shields.io/travis-ci/meroku/meroku.svg?style=flat-square)](https://travis-ci.org/meroku/meroku) [![Dependencies](https://img.shields.io/gemnasium/meroku/meroku.svg?style=flat-square)](https://gemnasium.com/meroku/meroku) [![Issues](https://img.shields.io/github/issues/meroku/meroku.svg?style=flat-square)](https://github.com/meroku/meroku/issues) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](http://opensource.org/licenses/MIT) +<br> [![Gem Version](https://badge.fury.io/rb/meroku.svg)](https://badge.fury.io/rb/meroku) +<br> [![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/meroku/donate) ## Installation @@ -25,10 +27,33 @@ $ gem install meroku ## Usage +When inside a git repository containing a rails application, +do a single command deployment by running + + $ git push meroku master + +Get additional help by doing + $ meroku --help + + Usage: meroku [options] + --help Prints this help + --signup EMAIL,PASSWORD + --unregister EMAIL,PASSWORD + --login EMAIL,PASSWORD + --logout + --keys-add + --keys List already uploaded keys + --keys-remove ID + --create NAME Create an app + --list-apps + --delete-app NAME + + --spawn MEROKU_SECRET Spawn infrastructure + --despawn MEROKU_SECRET ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.