From aca6582a8e85c1a84f8f4ad2a1013903f1856ae4 Mon Sep 17 00:00:00 2001 From: Adrian Kosmaczewski Date: Tue, 28 Mar 2023 08:35:59 +0200 Subject: [PATCH] Updated README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c92f225..e80d019 100644 --- a/README.adoc +++ b/README.adoc @@ -10,5 +10,5 @@ NOTE: The version number of the Docker image matches the version of Afterwriting To create the PDF version of a Fountain screenplay, use the following command: -`docker run --rm --user "$(id -u)" --volume "$(pwd)":/image ghcr.io/vshn/afterwriting:1.17.3 --source /image/presentation.fountain --pdf /image/test.pdf` +`podman run --rm --volume "$(pwd)":/image ghcr.io/vshn/afterwriting-docker:1.17.3 --source /image/presentation.fountain --pdf /image/test.pdf`