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