md2pdf

pandoc wrapper to convert markdown to pdf
Index Commits Files Refs README
commit 10978caaa5925f20bf84b9af4813ccb4e6783b26
parent d976af3bb28e6d55b7a2a8fab8b375c20f3320ad
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Sun,  7 May 2023 20:24:57 -0300

Update README.md

Diffstat:
MREADME.md | 17+++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
@@ -14,16 +14,11 @@ purpose is to generate a similar PDF to the one generated with
 - [Inter font](https://fonts.google.com/specimen/Inter)
 - [Fira math font](https://github.com/firamath/firamath)
 
-## Usage
-
-```shell
-$ ./md2pdf <input_file.md>
-```
-
 ## Installation
 
-If you want to install this script to your system just copy the executable to
-`$HOME/.local/bin` to make it user wide or to `/usr/bin` to make it system-wide.
+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.
 
 - User wide:
 ```shell
@@ -34,3 +29,9 @@ $ cp ./md2pdf $HOME/.local/bin
 ```shell
 $ cp ./md2pdf /usr/bin
 ```
+
+## Usage
+
+```shell
+$ md2pdf <input_file.md>
+```