BibleBot/README.md

12 lines
266 B
Markdown
Raw Normal View History

2022-12-18 04:19:43 +00:00
# BibleBot
## Setup
BibleBot relies on [scrollmapper/bible_databases](https://github.com/scrollmapper/bible_databases.git) for references. Download the databases with:
```
git submodule init
git submodule update
```
Ensure Docker and docker-compose are installed