Skip to content

Commit e016bd3

Browse files
committed
Updated README.
1 parent b1abc5b commit e016bd3

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Docker Hub: https://hub.docker.com/r/pytooling/miktex
77
## Usage
88

99
```bash
10-
docker image run --rm -v $(pwd):/data pytooling/miktex:latest
10+
docker image run --rm -v $(pwd):/latex pytooling/miktex:latest
1111
```
1212

1313
## Installed Tools
@@ -21,6 +21,9 @@ Installed additional tools are:
2121
* Preinstalled packages: [Common.list](Common.list)
2222
* Perl
2323
* Python 3.14
24+
* sudo
25+
* tree
26+
2427

2528
## Why another MikTeX Docker Image?
2629

@@ -34,8 +37,14 @@ Installed additional tools are:
3437

3538
### Sphinx
3639

37-
Common package list: [Common.list](Common.list)
38-
Sphinx specific package list: [Sphinx.list](Sphinx.list)
40+
MiKTeX:
41+
* Common package list: [Common.list](Common.list)
42+
* Sphinx specific package list: [Sphinx.list](Sphinx.list)
43+
44+
Additional Debian Packages: [Sphinx.packages](Sphinx.packages)
45+
* nodejs: [Sphinx.npm](Sphinx.npm)
46+
* Mermaid
47+
3948

4049
### Doxygen
4150

0 commit comments

Comments
 (0)