diff options
| author | adamijak <adamik.jakub72@gmail.com> | 2023-04-07 10:30:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-07 10:30:45 +0200 |
| commit | 40f77eaafabc62054eeef7330f778f0fc6a2ecdc (patch) | |
| tree | 89b49fff574b9dc843c3b3eac056c5050e9c189e /README.md | |
| parent | bb30911282a44dd00def88190055d7637c6382d7 (diff) | |
Basic docker support (#234)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -119,6 +119,9 @@ pacman -S typst Nix users can use the `typst` package with `nix-shell -p typst` or build and run the bleeding edge version with `nix run github:typst/typst -- --version`. +Docker users can run a prebuilt image with +`docker run -it ghcr.io/typst/typst:main`. + ## Usage Once you have installed Typst, you can use it like this: ```sh |
