From e1354921f38f91723aeab813fd6ce131dfbab109 Mon Sep 17 00:00:00 2001 From: Anton Bilous Date: Fri, 14 Feb 2025 11:44:18 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b35dae..fa92380 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Typst Template for NURE Works > [!WARNING] -> This branch is using the Typst v0.13.0-rc1. To install it use the following command: +> This template relies on functionality added in [Typst v0.13.0-rc1](https://github.com/typst/typst/releases/tag/v0.13.0-rc1). To install it use the following command: > ```bash > cargo install --git https://github.com/typst/typst --branch 0.13 --locked typst-cli > ```