mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-04-18 18:07:25 -05:00
🤡 Add "make bake" command (#97)
I feel like since this is bread related, release should be renamed to "bake". So `make bake` will bake you the final book versions.
This commit is contained in:
committed by
GitHub
parent
c2d5e88377
commit
6c8839da87
12
README.md
12
README.md
@@ -24,7 +24,7 @@ as possible are provided.
|
||||

|
||||
|
||||
|
||||
## Building the book (Docker)
|
||||
## 🍞 Baking the book (Docker)
|
||||
|
||||
```console
|
||||
make
|
||||
@@ -32,15 +32,15 @@ make
|
||||
|
||||
Then you can check out the file `book/book.pdf`
|
||||
|
||||
If you want to build the eBook versions (.epub, .mobi, .azw3) run:
|
||||
If you want to 🍞 bake all the versions including ebook formats (.pdf, .epub, .mobi, .azw3) run:
|
||||
|
||||
```console
|
||||
make release
|
||||
make bake
|
||||
```
|
||||
|
||||
You can check the files in the folder `book/release/`
|
||||
|
||||
## Building the book locally (LaTeX)
|
||||
## 🍞 Baking the book locally (LaTeX)
|
||||
|
||||
Make sure you have `biber` installed. Refer to your system's installation
|
||||
instructions for LaTeX.
|
||||
@@ -50,11 +50,11 @@ cd book/
|
||||
make
|
||||
```
|
||||
|
||||
If you want to build the eBook versions (.epub, .mobi, .azw3) run:
|
||||
If you want to 🍞 bake all the versions including ebook formats (.pdf, .epub, .mobi, .azw3) run:
|
||||
|
||||
```console
|
||||
cd book/
|
||||
make release
|
||||
make bake
|
||||
```
|
||||
|
||||
You can check the files in the folder `book/release/`
|
||||
|
||||
Reference in New Issue
Block a user