From 4698b47ed39250dd1dd9bedda04d56836f178573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20L=C3=BCscher?= Date: Tue, 30 Apr 2024 08:50:44 +0000 Subject: [PATCH] fix: add hint for missing jq installation --- forge.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/forge.sh b/forge.sh index 873c3ea..20bf7d7 100755 --- a/forge.sh +++ b/forge.sh @@ -143,6 +143,7 @@ function check_prerequisites { then echo -e "${RED}It looks like jq is not installed.${ENDCOLOR}" echo -e "${RED}Make sure to install it first.${ENDCOLOR}" + echo -e "${YELLOW}Need help? -> https://jqlang.github.io/jq/download{ENDCOLOR}" exit 1 else echo -e "${GREEN}jq is installed${ENDCOLOR}"