docs(README): fix installation instructions

This commit is contained in:
2025-03-01 10:53:53 +02:00
parent d7c26debfd
commit 81a4c8b4e0

View File

@ -29,11 +29,11 @@ This template:
### As a local typst package ### As a local typst package
1. Clone this repository into ~/.local/share/typst/packages/: 1. Clone this repository into ~/.local/share/typst/packages/:
```bash ```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: 2. Init your project with Typst:
```bash ```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 ### As a file in your project