From 2eec2b7e45b590e53abb1731238f632bcc533559 Mon Sep 17 00:00:00 2001 From: Michael Sutton Date: Fri, 21 Aug 2009 17:20:31 -0400 Subject: [PATCH] updating install instructions --- README.rdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 17e7447..bbc9874 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,7 +4,9 @@ A Ruby gem for accessing the blip.tv API (http://wiki.blip.tv/index.php/REST_Upl == Install - sudo gem install kellysutton-bliptv --source http://gems.github.com + gem sources -a http://gems.github.com + sudo gem install kellysutton-bliptv + sudo gem install rest-client == Usage