From ca69324b2093fc23908c10ecac33c276acbded68 Mon Sep 17 00:00:00 2001 From: "Mitchel T. Keller" Date: Tue, 30 Dec 2025 15:37:09 -0600 Subject: [PATCH] Course template: Correct README.md to refer to a valid build target --- templates/course/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/course/README.md b/templates/course/README.md index 3ee722e7..7223f3d0 100644 --- a/templates/course/README.md +++ b/templates/course/README.md @@ -9,13 +9,13 @@ The course template includes a single PreTeXt "book" that contains (as chapters) You can build the course using ```bash -pretext build course +pretext build web ``` and view it with ```bash -pretext view course +pretext view web ``` Also included is the start of a slide deck. This is a single file in the `source/slides` folder. You could use this for all the slides in a course (as a single slideshow), or create separate slideshows. In that case, you might want to build those separate ones with something like,