Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lyalg0rithm committed May 14, 2015
1 parent 63abc71 commit bf7ee1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ or:
gem 'daemons'
gem 'capistrano-clockwork', group: :development

Make sure the daemons gem is required in production.
And then execute:

$ bundle
Expand All @@ -41,14 +42,16 @@ To override the defaults just change it in your Capfile
```ruby

set :clockwork_file, "clockwork.rb"

```
## To remove the default hooks

By default the clockwork daemon is restarted everytime you deploy to your server
```ruby

:clockwork_default_hooks = false
set :clockwork_default_hooks, false
```

## Other capistrano tasks
By default the clockwork daemon is restarted everytime you deploy to your server
```bash
Expand Down

0 comments on commit bf7ee1b

Please sign in to comment.