diff options
author | metamuffin <metamuffin@disroot.org> | 2024-10-13 20:28:51 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-10-13 20:28:51 +0200 |
commit | c4aebdaddbb4806e98070a833f3608f18fc0a596 (patch) | |
tree | 804b9e48bab587c32e92686e31a8a56a642989a5 /book/readme.md | |
parent | e8b482d8e787d919af59fc5d18db137aa127b51b (diff) | |
download | hurrycurry-c4aebdaddbb4806e98070a833f3608f18fc0a596.tar hurrycurry-c4aebdaddbb4806e98070a833f3608f18fc0a596.tar.bz2 hurrycurry-c4aebdaddbb4806e98070a833f3608f18fc0a596.tar.zst |
copy readme and rename makefile
Diffstat (limited to 'book/readme.md')
-rw-r--r-- | book/readme.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/book/readme.md b/book/readme.md new file mode 100644 index 00000000..8e410718 --- /dev/null +++ b/book/readme.md @@ -0,0 +1,8 @@ +# Hurry Curry! Recipe Book + +## Building + +The book is built with Typst and uses imagery from the recipe-book repository. +These are expected to be accessible at `book-repo/____.jpeg`, so symlinking or +cloning it as book-repo should suffice. Then just `make` or for previewing just +`make out/book.xx.pdf`. |