From 26dfcc1d86054f6df3ed372b14d27aafabd4ee08 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sat, 14 Dec 2024 16:02:02 +0100 Subject: [PATCH] Just docs --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index fbeb765..19bee29 100644 --- a/Justfile +++ b/Justfile @@ -19,6 +19,7 @@ readme: @# Requires pandoc pdflatex texlive-collection-fontsrecommended pandoc --from=gfm --to=pdf -o README.pdf README.md +# Produce a release PDF from readme, using podman readme-podman: podman run --rm --volume .:/data:Z docker.io/pandoc/latex --from=gfm --to=pdf README.md -o README.pdf