Updating README with installation instructions.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@76 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
parent
9114d45e53
commit
c3ad4f3498
16
README
16
README
|
@ -53,10 +53,16 @@ APIs.
|
||||||
)
|
)
|
||||||
status, headers, body = response
|
status, headers, body = response
|
||||||
|
|
||||||
== Requirements
|
|
||||||
|
|
||||||
* APIClient has no dependencies.
|
|
||||||
|
|
||||||
== Install
|
== Install
|
||||||
|
|
||||||
* sudo gem install google-api-client
|
Be sure both http://gems.github.com/ and http://rubygems.org/ are in your gem
|
||||||
|
sources.
|
||||||
|
|
||||||
|
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 --development --force --no-rdoc --no-ri`
|
||||||
|
|
Loading…
Reference in New Issue