From f7c4c7da37aeeead02571a09295d73d8adcdcd80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Duy=C3=A9?= Date: Thu, 21 Mar 2024 15:07:31 +0100 Subject: [PATCH] Minor: fix README usage on Debian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f88d76..f26f34e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ apt-get update apt-get install -y coreutils git python3 python3-tk ghostscript pdftk poppler-utils git clone https://github.com/svenssonaxel/pdf-sign.git cd pdf-sign -cp pdf-sign pdf-create-empty /usr/local/bin/ +./pdf-create-empty /usr/local/bin/ ``` ## Why