README.md in ccios-2.0.2 vs README.md in ccios-2.0.3

- old
+ new

@@ -1,14 +1,21 @@ # ccios Xcode File Generator for Clean Code architecture # How to install +``` +gem install ccios +``` +To build it from source: ``` cd ccios gem build ccios.gemspec gem install ./ccios-x.x.x.gem ``` + +To run the tests run: +```rake test``` # How to use Go to your `.xcodeproj` folder `cd /paht/to/my/xcodeproj`. Then generate files with prefix `Example`: