From 3ae735c4bba8209402b42be4527ef8d05675d005 Mon Sep 17 00:00:00 2001 From: cedounet <134267244+cedounet@users.noreply.github.com> Date: Sun, 9 Jul 2023 11:56:25 +0100 Subject: [PATCH] Update README (#140) - Need latexmk - How to get limited help on build instuctions --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e4d7b0..817e5b4 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ You can check the files in the folder `book/release/` ## 🍞 Baking the book locally (LaTeX) -Make sure you have `biber` installed. Refer to your system's installation -instructions for LaTeX. +Make sure you have `biber` and `latexmk` installed. Refer to your system's +installation instructions for LaTeX. To create the serif .pdf format, run: ```console cd book/ @@ -59,6 +59,12 @@ make bake 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 The below versions are automatically built on every push to the `main` branch.