Skip to content

Commit bf7ee1b

Browse files
committed
Fix readme
1 parent 63abc71 commit bf7ee1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ or:
1616
gem 'daemons'
1717
gem 'capistrano-clockwork', group: :development
1818

19+
Make sure the daemons gem is required in production.
1920
And then execute:
2021

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

4344
set :clockwork_file, "clockwork.rb"
45+
4446
```
4547
## To remove the default hooks
4648

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

50-
:clockwork_default_hooks = false
52+
set :clockwork_default_hooks, false
5153
```
54+
5255
## Other capistrano tasks
5356
By default the clockwork daemon is restarted everytime you deploy to your server
5457
```bash

0 commit comments

Comments
 (0)