summaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd
index 307d862..ccbeb66 100644
--- a/README.mkd
+++ b/README.mkd
@@ -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'