Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'whenever', require: false

```sh
$ cd /apps/my-great-project
$ wheneverize .
$ bundle exec wheneverize .
```

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

```sh
$ cd /apps/my-great-project
$ whenever
$ bundle exec whenever
```

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:
Expand Down