diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-12 12:09:06 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-12 12:09:06 -0700 | 
| commit | f819a369af5237f340e9229169c4fbed92778d64 (patch) | |
| tree | 7e6ff7a123cf9a5a7a92aef9097b67ddd8776ae9 | |
| parent | 3e502daf08eb879f0e47fc17526e6187dd08a75a (diff) | |
| download | fatcat-f819a369af5237f340e9229169c4fbed92778d64.tar.gz fatcat-f819a369af5237f340e9229169c4fbed92778d64.zip | |
update README
| -rw-r--r-- | README.md | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -15,10 +15,9 @@ This is just a concept for now; see [rfc](./rfc).  Use `pipenv` (which you can install with `pip`). +    pipenv run run.py --init-db      pipenv run run.py -    python fatcat/api.py  Run tests: -    pipenv run run.py --init-db      pipenv run pytest | 
