README.md in yads-0.2.0 vs README.md in yads-0.3.0.beta

- old
+ new

@@ -5,11 +5,11 @@ ## Installation group :deploy do gem "yads" end - + and bundle install ## Usage @@ -20,13 +20,22 @@ - Run `bundle exec yads setup` if it's the first deploy you do - Run `bundle exec yads deploy` to deploy the code and put your application live +You can also run single commands by the name defined on your config, like that: + + bundle exec yads migrate + +Or + + bundle exec yads restart + ## TODO -- Let run commands by name: `yads migrate && yads restart` or `yads migrate restart` like rake tasks +- <del>Let run commands by name: `yads migrate && yads restart` or `yads migrate restart` like rake tasks</del> - Separate commands and tasks. Tasks would be commands you could run alone, any time you want +- Let run two or more commands at once ## Maintainer * Rafael Souza - [rafaelss.com](http://rafaelss.com)