-
-
Notifications
You must be signed in to change notification settings - Fork 39
Download more books
Oliver Tseng edited this page Jan 31, 2021
·
1 revision
On top of book modules available for download via UniqueBible.app's menu "Resources", users can create their own book modules.
Thanks to Darrel Wright who created and converted a lot of reference book modules for use with UniqueBible.app.
Below is the link of his repository "UniqueBible_Books":
https://github.com/darrelwright/UniqueBible_Books
- Select one of the zip files from the repository mentioned above.
- Select "Download"
- UNZIP the downloaded book file.
- MOVE the unzip book file to folder "marvelData/books" inside UniqueBible.app application folder.
https://github.com/darrelwright/UniqueBible_Books/archive/master.zip
You need to install "git" and "unzip" command first.
Run in terminal:
cd UniqueBible_Books/
for file in *.zip; do unzip "$file"; done;
rm *.zip
Open the folder "UniqueBible_Books", select you books you want and move them to folder "marvelData/books" inside UniqueBible.app application folder.