summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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