From e24a8341a85064518d42d3c57b6b2c3b038c2341 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Sun, 15 Feb 2009 23:55:12 -0800 Subject: [PATCH] updated readme --- README.rdoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index c8493f7..a598f1b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -17,7 +17,8 @@ To install this gem (and all other missing gem dependencies), run rake gems:inst In older versions of Rails: $ gem sources -a http://gems.github.com -$ gem install whenever + +$ gem install javan-whenever in your "config/environment.rb" file: @@ -30,6 +31,7 @@ in your "config/environment.rb" file: == Getting started $ cd /my/rails/app + $ wheneverize . This will create an initial "config/schedule.rb" file you. @@ -61,6 +63,7 @@ This will create an initial "config/schedule.rb" file you. == Cron output $ cd /my/rails/app + $ whenever And you'll see your schedule.rb converted to cron sytax