Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/course/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down