Skip to content

Commit 2016110

Browse files
authored
Merge pull request #785 from zibs/patch-1
[readme] Mention bundle exec
2 parents c2b5814 + 8986c52 commit 2016110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'whenever', require: false
1616

1717
```sh
1818
$ cd /apps/my-great-project
19-
$ wheneverize .
19+
$ bundle exec wheneverize .
2020
```
2121

2222
This will create an initial `config/schedule.rb` file for you (as long as the config folder is already present in your project).
@@ -25,7 +25,7 @@ This will create an initial `config/schedule.rb` file for you (as long as the co
2525

2626
```sh
2727
$ cd /apps/my-great-project
28-
$ whenever
28+
$ bundle exec whenever
2929
```
3030

3131
This will simply show you your `schedule.rb` file converted to cron syntax. It does not read or write your crontab file; you'll need to do this in order for your jobs to execute:

0 commit comments

Comments
 (0)