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)

This commit is contained in:
A Mac 2023-05-22 08:38:39 +01:00 committed by GitHub
parent 33843da2df
commit eb60ea69c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: