From 51b79d389c694441deff4489be474fd87dddcaf9 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 31 Dec 2015 01:14:13 -0800 Subject: README: Change run instructions to use make task Use `make run` instead of `rails server` to take advantage of the automatic sourcing of environment variables that the task provides. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ce34f0..076b3e8 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,13 @@ Edit the `.env` file and fill in your API keys. ## Running -Start the server as usual with `rails server`. The index page at -`http://localhost:3000` will display a link that can be used to authenticate -with Evernote. At the moment, going through the OAuth process just writes the -resulting auth hash to the server log. +Start the server with + + $ make run + +The index page at `http://localhost:3000` will display a link that can be used +to authenticate with Evernote. At the moment, going through the OAuth process +just writes the resulting auth hash to the server log. The hard-coded access token and NoteStore URL in `NotesController` can be filled in with appropriate values to access an authorized user's notes. Those notes can -- cgit v1.2.3