Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Kosmaczewski committed Mar 28, 2023
1 parent aca6582 commit 68b70bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 68b70bd

Please sign in to comment.