Added notes about diffpdf to the KB

This commit is contained in:
Michele Cereda
2022-08-23 16:35:33 +02:00
parent 7597d9c964
commit 9a3f79d3e6
2 changed files with 16 additions and 0 deletions

11
knowledge base/diffpdf.md Normal file
View File

@@ -0,0 +1,11 @@
# DiffPDF
## TL;DR
```sh
# Install it.
sudo pacman -S diffpdf
# Show differences visually.
diffpdf file1 file2
```