From f1694b6aa68e7c8b87d54417f686fc1440cd53b0 Mon Sep 17 00:00:00 2001 From: Alexey <54932673+ksemele@users.noreply.github.com> Date: Wed, 27 Apr 2022 19:14:39 +0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d0944f8..df63f46 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,13 @@ For checking digital sign on my files feel free to use this simple shell script. ``` ./check-sign-file.sh [filename.signature] [public-keyfile] ``` + +Script download my publickey from this repo and check digital sign. + +## Requirements +``` +bash +awk +curl +openssl +```