commit 5f2095c942b3b4757e78fdf14e429fa96ed9284e
parent a45f4b35fc2df3ca0830e39f586d6e56e9dcff10
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date: Fri, 11 Jul 2025 21:22:55 -0300
update `README.md`
Diffstat:
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
@@ -8,6 +8,17 @@ purpose is to generate a similar PDF to the one generated with

+## Usage
+
+```sh
+$ md2pdf
+md2pdf [OPTIONS] <input>.md
+OPTIONS:
+ -H, --style <file>.tex
+ -l, --lua-filter <file>.lua
+ -o, --output <file>
+```
+
## Dependencies
- [Pandoc](https://pandoc.org/)
@@ -29,9 +40,3 @@ $ cp ./md2pdf $HOME/.local/bin
```shell
# cp ./md2pdf /usr/bin
```
-
-## Usage
-
-```shell
-$ md2pdf <input_file.md>
-```