Skip to content

Running on Mac

Nemo edited this page Nov 12, 2020 · 2 revisions
  1. Make sure you have Docker installed. See https://hub.docker.com/editions/community/docker-ce-desktop-mac/ for instructions.
  2. Launch Terminal.app
  3. Run the following:
docker pull captn3m0/cosmere-books
docker run --rm --volume "$(pwd):/output" captn3m0/cosmere-books:latest [book-code]

[bookname] is optional. See https://github.com/captn3m0/cosmere-books/#generation for list of book codes.

The generated books will be present in your current working directory. Books are generated in EPUB/MOBI/PDF/CBZ formats as applicable.

Clone this wiki locally