README.md in niso-2.0.3 vs README.md in niso-2.0.4
- old
+ new
@@ -1,7 +1,9 @@
# nîso ᓃᓱ
+[![Gem Version](https://badge.fury.io/rb/niso.svg)](https://badge.fury.io/rb/niso) [![Build Status](https://travis-ci.org/dakotalightning/niso.svg?branch=master)](https://travis-ci.org/dakotalightning/niso)
+
niso is the number 2 (two) in Cree
## Quickstart
Install:
@@ -64,26 +66,33 @@
niso deploy example.com web
It is equivalent to running `install.sh`, followed by `web.sh`.
-### Requirements
+## Requirements
For `niso deploy`
$ [sudo] gem install droplet_kit
$ [sudo] gem install highline
-### DigitalOcean
+## DigitalOcean
You can setup a new VM, or teardown an existing VM interactively. Use `niso setup` and `niso teardown` for that.
[DigitalOcean](https://www.digitalocean.com) only.
v2.0 of the DigitalOcean API is supported — get your [access token](https://cloud.digitalocean.com/api_access).
-### What's new:
+## Changelong:
Please see the [CHANGELOG](https://github.com/dakotalightning/niso/blob/master/CHANGELOG.md).
+
+## Contributing
+
+1. Fork the project
+2. Make your changes, including tests that exercise the code
+3. Summarize your changes in [CHANGELOG](https://github.com/dakotalightning/niso/blob/master/CHANGELOG.md)
+4. Make a pull request
## Credits
- This project is a hard fork of the proejct [niso](https://github.com/kenn/niso) by [kenn](https://github.com/kenn).