Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wal committed Feb 2, 2010
1 parent ae0b0c0 commit c653a00
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.markdown
Expand Up @@ -6,10 +6,15 @@ This Gem/Plugin posts exception data to Exceptional <http://getexceptional.com>.

## Rails Installation

1. gem install exceptional
1. Install the Gem
<pre>gem install exceptional</pre>
2. Add config.gem entry to 'config/environment.rb'
<pre>config.gem 'exceptional', :version => '2.0.8'</pre>
3. run 'exceptional install <api-key>' using the api-key for your app from http://getexceptional.com
3. Create your account and app at http://getexceptional.com
4. Configue your API Key
<pre>$ exceptional install <api-key></pre>
using the api-key from the app settings screen within Exceptional


### Exceptional also supports your rack, sinatra and plain ruby apps
For more information check out our docs site <http://docs.getexceptional.com>
Expand Down

0 comments on commit c653a00

Please sign in to comment.