docs(README): use git.cryptic.systems instead of docker.io
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 15s
Build / build-arch-linux (push) Successful in 2m13s

This commit is contained in:
Markus Pesch 2025-05-13 18:55:11 +02:00
parent 6f4e26d27a
commit b66dac1342
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -28,7 +28,7 @@ $ docker run \
--rm \ --rm \
--user="$(shell id -u):$(shell id -g)" \ --user="$(shell id -u):$(shell id -g)" \
--net="none" \ --net="none" \
--volume="${PWD}:/workspace" volkerraschek/latex:latest-archlinux \ --volume="${PWD}:/workspace" git.cryptic.systems/volker.raschek/latex:latest-archlinux \
latexmk \ latexmk \
-shell-escape \ -shell-escape \
-synctex=1 \ -synctex=1 \
@ -47,7 +47,7 @@ $ docker run \
--rm \ --rm \
--user="$(shell id -u):$(shell id -g)" \ --user="$(shell id -u):$(shell id -g)" \
--net="none" \ --net="none" \
--volume="${PWD}:/workspace" volkerraschek/latex:latest-archlinux \ --volume="${PWD}:/workspace" git.cryptic.systems/volker.raschek/latex:latest-archlinux \
pdflatex \ pdflatex \
-shell-escape \ -shell-escape \
-synctex=1 \ -synctex=1 \