From dbfd372d084febd19c580e0f3bf667e2a883b7ca Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 23 Jun 2020 07:50:26 +0200 Subject: [PATCH] Refine README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8747a50..8fdf79f 100644 --- a/README.md +++ b/README.md @@ -143,12 +143,20 @@ build: ## Available Tags +### Latest version + - `latest` - the latest version - `2020` - latest TeXLive 2020 build - `2020-01` - first image release in year 2020 + +### Other versions + - `TL2017` - TeXLive 2017 build +- For all other versions see [CHANGELOG.md](https://github.com/dante-ev/docker-texlive/blob/master/CHANGELOG.md#changelog). + +### Usage example -Example: You can run the TeXLive 2017 version by using the tag `TL2017`: +You can run the TeXLive 2017 version by using the tag `TL2017`: ```terminal docker run --rm -it -v $(pwd):/home danteev/texlive:TL2017 latexmk document.tex