aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-01-17 08:56:36 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-01-17 08:56:36 -0800
commitaa5903705a654d71d468ec391ec98171867c70fe (patch)
treeb056d55eaf6f8d9e0500ee3b26f377beb0758c20
parent672a4bdd1d4a587feaa38613fce64335adaad76d (diff)
downloadpandoc-aa5903705a654d71d468ec391ec98171867c70fe.tar.gz
Add --rm to docker command in INSTALL.md.
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index d65b70cf9..25b182583 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -157,7 +157,7 @@ to produce PDFs using pandoc.
To run pandoc using Docker, converting `README.md` to `README.pdf`:
- docker run --volume "`pwd`:/data" --user `id -u`:`id -g` pandoc/latex README.md -o README.pdf
+ docker run --rm --volume "`pwd`:/data" --user `id -u`:`id -g` pandoc/latex README.md -o README.pdf
## GitHub Actions