From aa6c20d7cbb961d320cf1783c0d56d0e07dc5ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Wed, 13 Dec 2023 19:31:26 +0100 Subject: [PATCH] extra info --- bin/verify | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/verify b/bin/verify index 423e6010..44d64b09 100755 --- a/bin/verify +++ b/bin/verify @@ -1,5 +1,9 @@ #! /bin/sh -#make install_verifier +echo "This script verifies a ballot or a whole election created in a Bulletin Board application" +echo +echo "For requirements to run this script, please read:" +echo "https://github.com/decidim/decidim-bulletin-board/blob/develop/verifier/README.md" +echo cd verifier && node src/index.js "$@"