From b66dac13427e1772c944a4d80291a6ff1a4caa0b Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 13 May 2025 18:55:11 +0200 Subject: [PATCH] docs(README): use git.cryptic.systems instead of docker.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b51d671..d6f89d5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ $ docker run \ --rm \ --user="$(shell id -u):$(shell id -g)" \ --net="none" \ - --volume="${PWD}:/workspace" volkerraschek/latex:latest-archlinux \ + --volume="${PWD}:/workspace" git.cryptic.systems/volker.raschek/latex:latest-archlinux \ latexmk \ -shell-escape \ -synctex=1 \ @@ -47,7 +47,7 @@ $ docker run \ --rm \ --user="$(shell id -u):$(shell id -g)" \ --net="none" \ - --volume="${PWD}:/workspace" volkerraschek/latex:latest-archlinux \ + --volume="${PWD}:/workspace" git.cryptic.systems/volker.raschek/latex:latest-archlinux \ pdflatex \ -shell-escape \ -synctex=1 \