Skip to content

Commit

Permalink
Update README.md for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
yusancky authored Jun 28, 2023
1 parent af45276 commit 9bbeb96
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ The token used to authenticate when fetching Typst distributions. When running t

Exact version of Typst to use.

> **Warning**
> Setup Typst `v2.0` does not support Typst `v0.1.0` or `v0.2.0`. If you want to use an old version, use [`v1`](https://github.com/yusancky/setup-typst/tree/v1).
## Example usage

```yaml
- uses: yusancky/setup-typst@v1
- uses: yusancky/setup-typst@v2
id: setup-typst
with:
version: 'v0.2.0'
version: 'v0.5.0'
- run: typst compile file.typ
```
Expand Down

0 comments on commit 9bbeb96

Please sign in to comment.