From eaa2e72dfacfd1720e264ad4969c2e0fa6f171b0 Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Mon, 15 Dec 2025 10:54:07 +0100 Subject: [PATCH 1/2] [README] add typship link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53fc1ec..c59eb40 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A summary is then printed on the front page. ## Installation (Linux only) -#### Using `typship` +#### Using [`typship`](https://github.com/sjfhsjfh/typship) ```bash typship download -n local https://imsc.uni-graz.at/git/gjankowiak/typst-exam/ From 7275cdd5d9281f4166ed372dbce192df508448c8 Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Mon, 15 Dec 2025 11:00:14 +0100 Subject: [PATCH 2/2] [README] remove version from typst init --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c59eb40..e07775c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This will create an `exam` directory in the current directory, containing the example below. ```sh -typst init @local/exam:0.3.0 exam +typst init @local/exam exam ``` Tested typst version: `0.14.0`.