From f36b513a2d0075363375277766bf9d7e007a4a9f Mon Sep 17 00:00:00 2001 From: Anton Bilous Date: Sat, 1 Mar 2025 10:53:53 +0200 Subject: [PATCH] docs(README): fix installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abfab41..2f33faa 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ This template: ### As a local typst package 1. Clone this repository into ~/.local/share/typst/packages/: ```bash -git clone https://gitea.linerds.us/pencelheimer/typst_nure_template.git ~/.local/share/typst/packages/nure_template/0.0.0 +git clone https://gitea.linerds.us/pencelheimer/typst_nure_template.git ~/.local/share/typst/packages/local/nure/0.0.0 ``` 2. Init your project with Typst: ```bash -typst init @local/nure_template:0.0.0 project-name +typst init @local/nure:0.0.0 project-name ``` ### As a file in your project