Download more books - eliranwong/UniqueBible GitHub Wiki

Download More Reference Books

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

To Download and Install a Book

  1. Select one of the zip files from the repository mentioned above.
  2. Select "Download"
  3. UNZIP the downloaded book file.
  4. MOVE the unzip book file to folder "marvelData/books" inside UniqueBible.app application folder.

To Download All Books in a Single Zip File

https://github.com/darrelwright/UniqueBible_Books/archive/master.zip

To Download All Books in One Go with Git Command

You need to install "git" and "unzip" command first.

Run in terminal:

git clone https://github.com/darrelwright/UniqueBible_Books

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.

⚠️ **GitHub.com Fallback** ⚠️