Updating README with installation instructions.
authorBob Aman <bobaman@google.com>
Thu, 14 Oct 2010 00:04:36 +0000 (00:04 +0000)
committerBob Aman <bobaman@google.com>
Thu, 14 Oct 2010 00:04:36 +0000 (00:04 +0000)
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@76 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef

README

diff --git a/README b/README
index fa287b97a54534171d844d671293db40c21841c1..d683037acb0fbdf44e69c353d8a1fbcad27ead48 100644 (file)
--- a/README
+++ b/README
@@ -53,10 +53,16 @@ APIs.
   )
   status, headers, body = response
 
-== Requirements
+== Install
 
-* APIClient has no dependencies.
+Be sure both http://gems.github.com/ and http://rubygems.org/ are in your gem
+sources.
 
-== Install
+For normal client usage, this is sufficient:
+
+`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
+`sudo gem install google-api-client --development --force --no-rdoc --no-ri`