mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added notes about diffpdf to the KB
This commit is contained in:
@@ -3,9 +3,14 @@
|
||||
Install and use `diffpdf` (preferred) or `diff-pdf`:
|
||||
|
||||
```sh
|
||||
sudo pacman -S diffpdf
|
||||
sudo zypper install diff-pdf
|
||||
```
|
||||
|
||||
```sh
|
||||
diffpdf file1 file2
|
||||
```
|
||||
|
||||
As an alternative:
|
||||
|
||||
```sh
|
||||
|
||||
11
knowledge base/diffpdf.md
Normal file
11
knowledge base/diffpdf.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# DiffPDF
|
||||
|
||||
## TL;DR
|
||||
|
||||
```sh
|
||||
# Install it.
|
||||
sudo pacman -S diffpdf
|
||||
|
||||
# Show differences visually.
|
||||
diffpdf file1 file2
|
||||
```
|
||||
Reference in New Issue
Block a user