fix: close #1103, Update Readme hpt to install to_pdf

This commit is contained in:
Eugen Eisler 2024-11-04 10:54:16 +01:00
parent 6d10c26c5d
commit 7af94a9d2a

View File

@ -359,7 +359,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@latest
go install github.com/danielmiessler/fabric/plugins/tools/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.