Skip to content

Instantly share code, notes, and snippets.

@mdsumner
Last active April 20, 2024 11:15
docker pull ghcr.io/rocker-org/verse:4.3.3
docker run --rm -ti ghcr.io/rocker-org/verse:4.3.3  bash
 
quarto create project book abook

cd abook
## I turned off PDF rendering in _quarto.yml because lots of deps
quarto render
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment