Add --rm to docker command in INSTALL.md.
This commit is contained in:
parent
672a4bdd1d
commit
aa5903705a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue