diff --git a/README.md b/README.md index c8eadf2..98a19f7 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,16 @@ Created by Otto Helen-Goldring and heavily modified from [light-report-uia](http ## Usage +In the root directory, run the following command: + ```bash typst c --root . ./template/main.typ ``` +Alternatively, use the following Docker command: + +```bash +docker run --rm -v "$(pwd):/workspace" -w /workspace ghcr.io/typst/typst:latest c --root . ./template/main.typ +``` + ![image](https://github.com/user-attachments/assets/56876603-1145-4ecd-88b8-cc0ad4cb5dbe) diff --git a/template/main.pdf b/template/main.pdf new file mode 100644 index 0000000..224a019 Binary files /dev/null and b/template/main.pdf differ