aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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