docs(README): use git.cryptic.systems instead of docker.io
This commit is contained in:
parent
6f4e26d27a
commit
b66dac1342
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user