add db submodule
parent
3882939bc5
commit
5cd9604642
|
@ -0,0 +1,3 @@
|
|||
[submodule "bible_databases"]
|
||||
path = bible_databases
|
||||
url = https://github.com/scrollmapper/bible_databases.git
|
|
@ -0,0 +1,11 @@
|
|||
# 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
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit af7500915bfd465e6da01dc37753237fd1fd416d
|
Loading…
Reference in New Issue