README.md in capistrano3-foreman-0.2.3 vs README.md in capistrano3-foreman-0.2.5

- old
+ new

@@ -25,16 +25,30 @@ Require in Capfile to use the default task: require 'capistrano/foreman' -**Export Procfile to upstart** +###Export Procfile to upstart### This task will be run before `deploy:restart` as part of Capistrano's default deploy, or can be run in isolation with: cap production foreman:export +**NOTE** +In order for foreman to export to upstart your deploy user must have `sudoer` privileges + + +###Options## + +Custom ENVIRONMENT variables for foreman [(see here)](http://ddollar.github.io/foreman/#ENVIRONMENT). + + set :foreman_env, '/remote/path/to/your.env' # Default none + + +## Build your own mini Heroku ## + +Coming soon ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)