README.md in recipes_matic-1.2.1 vs README.md in recipes_matic-1.3.0

- old
+ new

@@ -44,13 +44,17 @@ Add this line to end of `config/deploy.rb` file ```ruby load 'config/deploy/recipes/base.rb' ``` +Also look our [example config/deploy.rb file](example_deploy.rb) +[example Capfile file](example_Capfile) If you want to prepare your server, run the following command + For production : `bundle exec cap production deploy:prepare` + For staging : `bundle exec cap staging deploy:prepare` ## Contributing