From db399f1adf8addb7bcb3219d4a0aa58a81a323e3 Mon Sep 17 00:00:00 2001
From: William Warriner <6930772+wwarriner@users.noreply.github.com>
Date: Mon, 7 Oct 2024 16:26:24 -0500
Subject: [PATCH] update readme

---
 README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ce2ee40..1714680 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,18 @@
 ## How to build demo `quarto.qmd`
 
 1. Build `conda` environment from `environment.yml`.
-1. Run `quarto render`.
+1. Run `quarto render`. This should be very fast.
+
+## How to create PDF
+
+### Setup
+
+1. Install `npm`.
+1. `npm install -g decktape` for global install.
+
+### Repeat
+
+1. `decktape reveal _output/quarto.html _output/quarto.pdf --screenshots-size=1280x720 --fragments=disable` or any other size in px. This takes awhile.
 
 ## TODO
 
-- 
GitLab