From 68b70bd10e4c09198c4fc0f5632e95febb617a23 Mon Sep 17 00:00:00 2001 From: Adrian Kosmaczewski Date: Tue, 28 Mar 2023 08:37:11 +0200 Subject: [PATCH] Updated README --- README.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index e80d019..2f3be01 100644 --- a/README.adoc +++ b/README.adoc @@ -2,13 +2,11 @@ This repository builds a ready-to-use https://afterwriting.com/[Afterwriting] Docker image, used to build screenplays and webinar scripts in PDF format from their original https://fountain.io/[Fountain] sources. -The image is available at Docker Hub as https://hub.docker.com/r/vshn/afterwriting[vshn/afterwriting]. - NOTE: The version number of the Docker image matches the version of Afterwriting encapsulated therein. == Usage To create the PDF version of a Fountain screenplay, use the following command: -`podman run --rm --volume "$(pwd)":/image ghcr.io/vshn/afterwriting-docker:1.17.3 --source /image/presentation.fountain --pdf /image/test.pdf` +`podman run --rm --volume "$(pwd)":/image ghcr.io/vshn/afterwriting:1.17.3 --source /image/presentation.fountain --pdf /image/test.pdf`