README.md in yads-0.1.0 vs README.md in yads-0.1.1
- old
+ new
@@ -12,21 +12,21 @@
bundle install
## Usage
-- Create the [deploy.yml](http://github.com/rafaelss/yads/blob/examples/deploy.yml) file inside config directory.
+- Create the [deploy.yml](https://github.com/rafaelss/yads/blob/master/examples/deploy.yml) file inside config directory.
- Configure deploy.yml
-- Run `yads` on root directory
+- Run `bundle exec yads setup` if it's the first deploy you do
-Done. Your application is deployed.
+- Run `bundle exec yads deploy` to deploy the code and put your application live
## TODO
- Let run commands by name: `yads migrate && yads restart` or `yads migrate restart` like rake tasks
-- Improve test suite
+- Separate commands and tasks. Tasks would be commands you could run alone, any time you want
## Maintainer
* Rafael Souza - [rafaelss.com](http://rafaelss.com)