aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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