summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorA Mac <52908801+alixmacdonald10@users.noreply.github.com>2023-05-22 08:38:39 +0100
committerGitHub <noreply@github.com>2023-05-22 09:38:39 +0200
commiteb60ea69c42fdf556db74e4d7eedd02c1644da6c (patch)
tree03c119c102b7c2d5763872c0da4c3d6a10dc93fb /README.md
parent33843da2dfb4c049e02251fa7d5552f9c76dff54 (diff)
hotfix for readme.md. Changed docker image tag from main to latest. main returns docker: Error response from daemon: manifest unknown where as latest works as expected. (#1285)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1170b1f7..5e9683cb 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ Typst's CLI is available from different sources:
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`.
+ `docker run -it ghcr.io/typst/typst:latest`.
## Usage
Once you have installed Typst, you can use it like this: