diff options
| -rw-r--r-- | README.mkd | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -9,6 +9,7 @@ This gem is a high level wrapper around Evernote's Thrift-generated ruby code. I  Get a "Client application" API key from Evernote (http://www.evernote.com/about/developer/api/#key), which gives you a "consumer_key" and "consumer_secret". Put the key in a YML file or any other place you put configuration information.  Also, get yourself account on both their sandbox system (http://sandbox.evernote.com) and live system.  You will be using sandbox for testing.  For rails users, configure gems in your Gemfile and 'bundle install' +  	gem 'evernote', :github => 'kipcole9/evernote'  	gem 'omniauth-evernote', :github => 'kipcole9/omniauth-evernote' | 
