12 lines
183 B
Markdown
12 lines
183 B
Markdown
# pentest-report-tmpl - SK
|
|
|
|
build the report and start a watcher:
|
|
```
|
|
nix run .#watch
|
|
```
|
|
|
|
view the PDF located in `.latexmkout/<docname.pdf>`:
|
|
```
|
|
zathura .latexmkout/report.pdf
|
|
```
|