about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorDiana Thayer <garbados@gmail.com>2017-05-21 22:08:33 -0700
committerDiana Thayer <garbados@gmail.com>2017-05-21 22:08:33 -0700
commit028416f1017494b072331f5e62ad3e4b88afdb8e (patch)
tree1ba4fa04a1fff9b8efaf5431dacb5e40f9a85fc9 /README.md
parent46b299da8c00eb35b758db6585e69882b7f60560 (diff)
add links to readme for the location of relevant files and dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index f4bdae5..963725a 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,7 @@ pull request (see the next section for details)
 
 ### The database
 
-The pronouns "database" is a tab-delimited file with fields and
-example values as follows:
+The pronouns "database" is a tab-delimited file located in [resources/pronouns.tab][pronoun-database] with fields and example values as follows:
 
 subject|object|possessive-determiner|possessive-pronoun|reflexive
 -------|------|---------------------|------------------|---------
@@ -30,10 +29,12 @@ tab characters in that file (a thing your editor might normally be
 configured not to do!) In Emacs, you can input real tabs by doing
 Ctrl+q <tab>
 
+[pronoun-database]: https://github.com/witch-house/pronoun.is/blob/develop/resources/pronouns.tab
+
 ### Running the app in a dev environment
 
-You can launch the app on your own computer by running the following
-command:
+First, install [leiningen](https://leiningen.org/). Then you can launch the app
+on your own computer by running the following command:
 
 ```
 $ lein ring server