README.md in miu-0.1.0 vs README.md in miu-0.2.0
- old
+ new
@@ -1,6 +1,6 @@
-# Miu
+# Miu [](https://travis-ci.org/yuijo/miu)
TODO: Write a gem description
## Installation
@@ -16,10 +16,27 @@
$ gem install miu
## Usage
-TODO: Write usage instructions here
+### Setup
+
+```ruby
+mkdir miu
+cd miu
+miu init
+```
+
+### Start
+
+```ruby
+miu supervise
+```
+
+### Quit
+```ruby
+miu terminate
+```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)