From 40f77eaafabc62054eeef7330f778f0fc6a2ecdc Mon Sep 17 00:00:00 2001 From: adamijak Date: Fri, 7 Apr 2023 10:30:45 +0200 Subject: Basic docker support (#234) --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3