Readme.md in orly-0.0.9 vs Readme.md in orly-0.0.10
- old
+ new
@@ -1,9 +1,9 @@
-# O RLY ![O RLY owl](https://dl.dropbox.com/u/7525692/orly.png)
+![ORLY](images/orly.png)
+# ORLY
-A tool that lets you know when you need to run `bundle install` or `rake db:migrate`
-New a ORLY now works with `Podfile` as well
+A tool that lets you know when you need to run development commands
## Installation
Simply install the gem once,
@@ -13,11 +13,26 @@
orly --install
To remove O RLY just run `orly --uninstall` inside the git repo.
+## Supported Commands
+
+ORLY supports the following development commands and knows to alert you when you need to run them
+
+#### Ruby / Rails
+* `bundle install` - for Gemfile.lock changes
+* `rake db:migrate` - for db/migration changes
+
+#### iOS
+* `pod install` - for Podfile.lock changes
+
+#### NPM / Bower
+* `npm install` - for package.json changes
+* `bower install` - for bower.json changes
+
## More info
In the Github page https://github.com/yonbergman/orly/
---
-Copyright (c) 2012-2014 Yonatan Bergman, released under the MIT license
\ No newline at end of file
+Copyright (c) 2015 Yonatan Bergman, released under the MIT license