From 12fe15c5ed9a79ae273270ccfa6988efb63dd408 Mon Sep 17 00:00:00 2001 From: Eli Zibin Date: Tue, 20 Aug 2019 09:54:27 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62653e06..381b92b3 100644 --- a/README.md +++ b/README.md @@ -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). From 8986c52bbaf4bd6e70eb7338366b5a30f643ab5d Mon Sep 17 00:00:00 2001 From: Eli Zibin Date: Tue, 20 Aug 2019 09:57:12 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 381b92b3..77dc5a96 100644 --- a/README.md +++ b/README.md @@ -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: