summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradamijak <adamik.jakub72@gmail.com>2023-04-07 10:30:45 +0200
committerGitHub <noreply@github.com>2023-04-07 10:30:45 +0200
commit40f77eaafabc62054eeef7330f778f0fc6a2ecdc (patch)
tree89b49fff574b9dc843c3b3eac056c5050e9c189e /README.md
parentbb30911282a44dd00def88190055d7637c6382d7 (diff)
Basic docker support (#234)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 343018b1..d22bea44 100644
--- a/README.md
+++ b/README.md
@@ -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