Skip to content

Commit

Permalink
Updated README to reflect gemcutter release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Dec 4, 2009
1 parent fad493b commit dca460c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ functionality (see http://www.zendesk.com/api/remote_authentication).

* Install:

gem install tobias-zendesk_remote_auth
The gem is hosted on Gemcutter (http://gemcutter.org/).

gem install zendesk_remote_auth

* Setup:
You will need to give the gem your token and authentication url,
Expand All @@ -16,7 +18,7 @@ perhaps in an initializer:
Zendesk::RemoteAuth.auth_url = 'https://yourcompany.zendesk.com/access/remote/'

and config the gem in environment.rb (if using rails):
config.gem 'tobias-zendesk_remote_auth', :lib => 'zendesk_remote_auth', :source => http://gems.github.com'
config.gem 'zendesk_remote_auth'

== Usage

Expand Down

0 comments on commit dca460c

Please sign in to comment.