From 4e46b5efcc7c3b9472a4c4e6b2b15e28bae48993 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Wed, 4 Oct 2023 01:57:49 -0700 Subject: [PATCH] Minor README fixes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a491368..cc7c62e 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ creating interlinear morpheme-by-morpheme glosses according to the [Leipzig glossing rules](https://www.eva.mpg.de/lingua/pdf/Glossing-Rules.pdf). -Run `typst compile leipzig-gloss-examples.typ` in the root of the repository to +# Documentation + +Run `typst compile documentation.typ` in the root of the repository to generate a pdf file with examples and documentation. This command is also codified in the accompanying [justfile](https://github.com/casey/just) as `just -build-example`. +build-doc`. The definitions intended for use by end users are the `gloss` and `numbered-gloss` functions, and the `abbreviations` submodule.