From 0fb3fb62679c4eff4e6d45d37a86eee1398b540b Mon Sep 17 00:00:00 2001 From: ppom Date: Sat, 8 Jun 2024 12:00:00 +0200 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a514328..5458322 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ A standard place to put such executables is `/usr/local/bin/`. > Provided binaries in the previous section are compiled this way: ```shell $ docker run -it --rm -e HOME=/tmp/ -v $(pwd):/tmp/code -w /tmp/code -u $(id -u) golang:1.20 make clean reaction.deb -$ make signaturese +$ make signatures ``` #### Signature verification