From 857182df0e48ba1baabfc233642ee6e2587668b3 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Tue, 23 Dec 2014 10:54:00 +0200 Subject: [PATCH] Add manual crontab update command to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5176b853..7698f8f41 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,9 @@ General rake and mina tips: CRON ---- -Crontab is automatically updated after each deploy. Jobs can be viewed [here](https://github.com/internetee/registry/blob/master/config/schedule.rb). +Crontab is automatically updated after each deploy. Jobs can be viewed [here](https://github.com/internetee/registry/blob/master/config/schedule.rb). + +Alternatively you can run `mina pr whenever:update` to update the crontab. Autotesting -----------