mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-15 23:51:11 -06:00
Update README (#140)
- Need latexmk - How to get limited help on build instuctions
This commit is contained in:
10
README.md
10
README.md
@@ -42,8 +42,8 @@ You can check the files in the folder `book/release/`
|
|||||||
|
|
||||||
## 🍞 Baking the book locally (LaTeX)
|
## 🍞 Baking the book locally (LaTeX)
|
||||||
|
|
||||||
Make sure you have `biber` installed. Refer to your system's installation
|
Make sure you have `biber` and `latexmk` installed. Refer to your system's
|
||||||
instructions for LaTeX.
|
installation instructions for LaTeX. To create the serif .pdf format, run:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
cd book/
|
cd book/
|
||||||
@@ -59,6 +59,12 @@ make bake
|
|||||||
|
|
||||||
You can check the files in the folder `book/release/`
|
You can check the files in the folder `book/release/`
|
||||||
|
|
||||||
|
You can get some help on building various versions with:
|
||||||
|
|
||||||
|
```console
|
||||||
|
cd book/
|
||||||
|
make help
|
||||||
|
```
|
||||||
## Compiled versions
|
## Compiled versions
|
||||||
|
|
||||||
The below versions are automatically built on every push to the `main` branch.
|
The below versions are automatically built on every push to the `main` branch.
|
||||||
|
|||||||
Reference in New Issue
Block a user