From d6adc14fecbd9a0a774b029cf89b7e1a9e6f1359 Mon Sep 17 00:00:00 2001 From: Axel Svensson Date: Thu, 17 Aug 2023 20:05:24 +0200 Subject: [PATCH] Improve readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f88d76..78128d7 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,18 @@ The recommended way is: * Put the signed file in `~/.pdf_signatures/`. You can now use the `pdf-sign` tool interactively (or non-interactively) to sign PDF files. +The GUI is self documented and allows both keyboard-only and pointer-only operation. Run `pdf-sign -h` or `pdf-create-empty -h` for details. **Installation** -* Install dependencies: `python3.7` or later with module `tkinter`, `gs` (Ghostscript), `pdftk` and `pdfinfo`. +* Install dependencies + * `python3.7` or later + * Python module `tkinter` (only needed for interactive use) + * `gs` (Ghostscript) + * `pdftk` + * `pdfinfo` * Copy one or both tools to a directory in your `$PATH`. **Installation on Debian**