Skip to content

Commit

Permalink
extra info
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Dec 13, 2023
1 parent 83242ee commit aa6c20d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/verify
Original file line number Diff line number Diff line change
@@ -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 "$@"

0 comments on commit aa6c20d

Please sign in to comment.