diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-22 13:41:16 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-22 13:41:16 -0700 |
commit | 03a20dab5d1d2acb3054366ce5790680d4621bef (patch) | |
tree | 4d382eecdedccc3c20c9e438554408ebc6b66517 | |
parent | c8bde4615ffb637f3a52b55793fb58355e12b68c (diff) | |
download | chocula-03a20dab5d1d2acb3054366ce5790680d4621bef.tar.gz chocula-03a20dab5d1d2acb3054366ce5790680d4621bef.zip |
README: dep not deps
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ You need `python3.7`, `pipenv`, and `sqlite3` installed. Commands are run via Set up dependencies and fetch source metadata: - make deps fetch-sources + make dep fetch-sources Then re-generate entire sqlite3 database from scratch: |