From 304069301500d53623013a049444e629c78a8a53 Mon Sep 17 00:00:00 2001 From: JustAnyone Date: Fri, 4 Sep 2026 11:53:08 +0300 Subject: [PATCH] chore: minor documentation on how to init a new template project --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b57c8c7..628878f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # ktu-paper This repository contains a Typst template for academic papers at the Kaunas University of Technology, Faculty of Informatics. A final Bachelor's thesis written with this template has successfully passed the formal review. + +## Initiating the template +Install the downloaded template under the following directory: +- LINUX: `~/.local/share/typst/packages/local/ktu-paper/0.2.1/` + +And then initiate a new project: +```sh +typst init @local/ktu-paper:0.2.1 +```