aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-12-31 01:14:13 -0800
committerTeddy Wing2015-12-31 01:14:13 -0800
commit51b79d389c694441deff4489be474fd87dddcaf9 (patch)
treeca875b9d82152771734873549c0fffb1ba5ba00d
parent1d619bf30b4f0dd3493e420286741c563aed679d (diff)
downloadEvernote-Rails-Example-51b79d389c694441deff4489be474fd87dddcaf9.tar.bz2
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.
-rw-r--r--README.md11
1 files 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