Change example to RoW

This commit is contained in:
Nemo 2020-08-17 17:31:35 +05:30
parent 5dd445d7cb
commit 8c9e4e2492
1 changed files with 5 additions and 5 deletions

View File

@ -108,22 +108,22 @@ docker run --rm --volume "$(pwd):/output" captn3m0/cosmere-books:latest [booknam
The last is an optional bookname, which can be one of the following: The last is an optional bookname, which can be one of the following:
``` ```
dark-one
edgedancer-reread edgedancer-reread
mythwalker
oathbringer oathbringer
oathbringer-reread oathbringer-reread
row
skyward skyward
wok-reread wok-reread
wor-reread wor-reread
dark-one
row
mythwalker
``` ```
If none is passed, all books will be generated. The entire build (for all books combined) roughly takes 15 minutes on a single core system (excluding the Docker pull). If none is passed, all books will be generated. The entire build (for all books combined) roughly takes 15 minutes on a single core system (excluding the Docker pull).
As an example, you'd like to get a ebook for the Way of Kings re-read, run the following command: As an example, you'd like to get a ebook for Rhythm of War, run the following command:
docker run --rm --volume "$(pwd):/output" captn3m0/cosmere-books:latest wok-reread docker run --rm --volume "$(pwd):/output" captn3m0/cosmere-books:latest row
## Extra ## Extra