README.md in gemaker-0.1.3 vs README.md in gemaker-0.2.0
- old
+ new
@@ -1,3 +1,37 @@
# Gemaker
-Makes your gems come true
\ No newline at end of file
+Ruby CLI created to build Platanus' gems.
+
+## Installation
+
+```bash
+$ gem install gemaker
+```
+
+## Usage
+
+To build a new gem with all the configuration we use in Platanus, run the following command...
+
+```bash
+gemaker new my_gem
+```
+
+## Contributing
+
+1. Fork it
+2. Create your feature branch (`git checkout -b my-new-feature`)
+3. Commit your changes (`git commit -am 'Add some feature'`)
+4. Push to the branch (`git push origin my-new-feature`)
+5. Create new Pull Request
+
+## Credits
+
+Thank you [contributors](https://github.com/platanus/gemaker/graphs/contributors)!
+
+<img src="http://platan.us/gravatar_with_text.png" alt="Platanus" width="250"/>
+
+My Gem is maintained by [platanus](http://platan.us).
+
+## License
+
+Gemaker is © 2016 platanus, spa. It is free software and may be redistributed under the terms specified in the LICENSE file.