Updated Path to install to_pdf [Bug Fix]

This commit is contained in:
Akash Kankariya 2024-09-15 12:55:12 +05:30 committed by GitHub
parent 19a0b8a1d6
commit 3bf1c95dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.