From 8e3b1d799fb12103b9b86f81b357a3ac3f70da1a Mon Sep 17 00:00:00 2001 From: annwan Date: Tue, 17 Jun 2025 18:10:42 +0200 Subject: [PATCH] Update README.org --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index f9d2afe..6c71c6d 100644 --- a/README.org +++ b/README.org @@ -10,10 +10,12 @@ Dependencies Run ~build.sh~. ** Installation +Build or download a relase. + *** As a typst package -The =typst= directory contains the typst package files that you can copy to your local package repository. See the [[https://github.com/typst/packages/blob/main/README.md#local-packages][typst package documentation]] for more information. +The =typst= directort of the repository or the released archive contains the typst package files that you can copy to your local package repository. See the [[https://github.com/typst/packages/blob/main/README.md#local-packages][typst package documentation]] for more information. *** As a standalone typst file -Copy =typst/graphemy_typst.wasm= and =typst/graphemy.typ= to your project directory. (this is the method that will be used in the rest of this document.) +Copy =graphemy_typst.wasm= and =graphemy.typ= to your project directory. (this is the method that will be used in the rest of this document.) ** Usage Import the ~load-gmy~ function from the package #+begin_src typst