From d12482c7fee4c8303f3d4df7665fea1bd182b7d2 Mon Sep 17 00:00:00 2001 From: Paul T Date: Tue, 15 Oct 2024 06:59:00 -0400 Subject: [PATCH] fix: broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b31fe8a..39a20de 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Documentation for this template is published with each commit. See the attached ## Building and Testing Locally -To build and test the project locally, you will need to install the `typst` CLI. You can find instructions on how to do this [here](https://typst.app/docs/getting-started). +To build and test the project locally, you will need to install the `typst` CLI. You can find instructions on how to do this [here](https://github.com/typst/typst#installation). With typst installed you can make changes to `lib.typ` and then `just install` or `just install-preview` to install the package locally. Change the import statements in the template files to point to the local package (if needed):