add links to readme for the location of relevant files and dependencies
This commit is contained in:
parent
46b299da8c
commit
028416f101
@ -18,8 +18,7 @@ pull request (see the next section for details)
|
|||||||
|
|
||||||
### The database
|
### The database
|
||||||
|
|
||||||
The pronouns "database" is a tab-delimited file with fields and
|
The pronouns "database" is a tab-delimited file located in [resources/pronouns.tab][pronoun-database] with fields and example values as follows:
|
||||||
example values as follows:
|
|
||||||
|
|
||||||
subject|object|possessive-determiner|possessive-pronoun|reflexive
|
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
|
configured not to do!) In Emacs, you can input real tabs by doing
|
||||||
Ctrl+q <tab>
|
Ctrl+q <tab>
|
||||||
|
|
||||||
|
[pronoun-database]: https://github.com/witch-house/pronoun.is/blob/develop/resources/pronouns.tab
|
||||||
|
|
||||||
### Running the app in a dev environment
|
### Running the app in a dev environment
|
||||||
|
|
||||||
You can launch the app on your own computer by running the following
|
First, install [leiningen](https://leiningen.org/). Then you can launch the app
|
||||||
command:
|
on your own computer by running the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ lein ring server
|
$ lein ring server
|
||||||
|
Loading…
Reference in New Issue
Block a user