aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-04-11 15:31:06 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-04-11 15:31:06 -0700
commit4b521b5eb0eb0843e365ac063cb04706d1cb674a (patch)
tree51a898579f1e1e11ce1261bcae205a41dab8840a /README.md
parent229b22cedf786d55af210c806864459b29c1b27d (diff)
downloadfatcat-4b521b5eb0eb0843e365ac063cb04706d1cb674a.tar.gz
fatcat-4b521b5eb0eb0843e365ac063cb04706d1cb674a.zip
docs update
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd1e2a2f..b6f31383 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,10 @@ This is just a concept for now; see [rfc](./rfc).
Use `pipenv` (which you can install with `pip`).
- pipenv shell
+ pipenv run run.py
python fatcat/api.py
Run tests:
- pipenv run nosetests3 fatcat
+ pipenv run run.py --init-db
+ pipenv run pytest