Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Oct 11, 2011
1 parent 5e0d2f0 commit 728ebe5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ gem install capistrano-unicorn

## Usage

Add unicorn plugin into your deploy.rb file:
Add unicorn plugin into your deploy.rb file.

**NOTE:** Should be placed after all hooks

```ruby
require 'capistrano-unicorn'
```

Place configuration file into config/unicorn/YOUR_ENV.rb
Place configuration file into ```config/unicorn/YOUR_ENV.rb```

To test if it works type:

Expand Down

0 comments on commit 728ebe5

Please sign in to comment.