md2pdf

pandoc wrapper for converting markdown to pdf
Index Commits Files Refs README
commit 95bcc25e2e894f39dd93906c7364cf2fb6868635
parent dc0fe2b308c95c0eddd2ec3e6ac6771c5062375d
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Fri, 11 Jul 2025 21:36:42 -0300

updated `README.md`

Diffstat:
MREADME.md | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -22,14 +22,17 @@ OPTIONS:
 ## Dependencies
 
 - [Pandoc](https://pandoc.org/)
-- [Inter font](https://fonts.google.com/specimen/Inter)
-- [Fira math font](https://github.com/firamath/firamath)
+- [Inter font](https://fonts.google.com/specimen/Inter)*
+- [Fira math font](https://github.com/firamath/firamath)*
+
+\* The last 2 are optional, depenting on the style of the generated PDF
 
 ## Installation
 
 If you want to install this script to your system, copy the executable to
 `$HOME/.local/bin` or to `/usr/bin` if you want to install it user-wide or
-system-wide respectively.
+system-wide respectively. Make sure to also move the corresponding style files
+if used to the same folder
 
 - User wide:
 ```shell