1
0
mirror of https://github.com/Briffou/texlive-docker synced 2025-04-11 23:04:57 +00:00

Update README

This commit is contained in:
Briffou 2017-12-24 12:24:54 +01:00 committed by GitHub
parent 6f6733e8d6
commit 4f85e533f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@ To get the docker : docker pull briffou/texlive
# Usage
## Outside the container
```
docker run --rm -it -v $(pwd):/data briffou/texlive pdflatex file.tex
docker run --rm -it -v $(pwd):/data briffou/texlive latexmk file.tex
docker run --rm -v $(pwd):/data briffou/texlive pdflatex file.tex
docker run --rm -v $(pwd):/data briffou/texlive latexmk file.tex
```
## Inside