From 0246ecf1f56c95cdc5a736a7e27f033ef0c984c0 Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Thu, 14 Oct 2010 00:05:32 +0000 Subject: [PATCH] Updating README with installation instructions. git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@77 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index d683037ac..b7e47e5bd 100644 --- a/README +++ b/README @@ -60,9 +60,9 @@ sources. For normal client usage, this is sufficient: -`sudo gem install google-api-client` +sudo gem install google-api-client The command line interface, the example applications, and the test suite require additional dependencies. These may be obtained with: -`sudo gem install google-api-client --development --force --no-rdoc --no-ri` +sudo gem install google-api-client --development --force --no-rdoc --no-ri