From 3bf1c95dc26b3a1d69f4f07006ea307cc12ccec8 Mon Sep 17 00:00:00 2001 From: Akash Kankariya <36704761+akashkankariya@users.noreply.github.com> Date: Sun, 15 Sep 2024 12:55:12 +0530 Subject: [PATCH] Updated Path to install to_pdf [Bug Fix] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54aa2ea..d6d4ffb 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ This will create a PDF file named `output.pdf` in the current directory. To install `to_pdf`, install it the same way as you install Fabric, just with a different repo name. ```bash -go install github.com/danielmiessler/fabric/to_pdf/to_pdf@latest +go install github.com/danielmiessler/fabric/to_pdf@latest ``` Make sure you have a LaTeX distribution (like TeX Live or MiKTeX) installed on your system, as `to_pdf` requires `pdflatex` to be available in your system's PATH.