From da7f4396d920a5a61039da6a28486caf6705474d Mon Sep 17 00:00:00 2001 From: Alex Dunae Date: Fri, 12 Nov 2010 14:43:52 -0800 Subject: [PATCH] Update install instructions --- README.rdoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.rdoc b/README.rdoc index 3df045e..ec0cdcc 100644 --- a/README.rdoc +++ b/README.rdoc @@ -6,13 +6,9 @@ Extends Ruby's built-in Date class and supports custom holiday definition lists. === Installation -To install the gem from GitHub: +To install the gem from RubyGems: - gem sources -a http://gems.github.com - gem install alexdunae-holidays - -Or, download the source .tgz file from http://rubyforge.org/holidays and -extract it somewhere in your include path. + gem install holidays === Examples