mirror of https://github.com/stelzo/typst.git
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:
parent
33843da2df
commit
eb60ea69c4
|
|
@ -122,7 +122,7 @@ Typst's CLI is available from different sources:
|
||||||
run the bleeding edge version with `nix run github:typst/typst -- --version`.
|
run the bleeding edge version with `nix run github:typst/typst -- --version`.
|
||||||
|
|
||||||
- Docker users can run a prebuilt image with
|
- 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
|
## Usage
|
||||||
Once you have installed Typst, you can use it like this:
|
Once you have installed Typst, you can use it like this:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue