README.md in capistrano-victoire-0.0.6 vs README.md in capistrano-victoire-0.0.7

- old
+ new

@@ -1,8 +1,25 @@ # capistrano-victoire Capistrano tasks used to deploy Victoire based projects. +## Install + +```ruby +#add this line in your Gemfile +gem 'capistrano-victoire' +``` + +```ruby +#add this line in your Capfile +require 'capistrano/victoire' +``` +Then run +```shell +bundle install +#or bundle update +``` + ## Workflow The default capistrano workflow is used with the addition of theses tasks. ```ruby