Skip to content

Commit

Permalink
Hint to installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Sep 5, 2024
1 parent 22b8a6c commit 569dd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e -u

if ! command -v precice-aste-run &> /dev/null || ! command -v precice-aste-evaluate &> /dev/null; then
echo "Error: It seems that ASTE is not installed or not discoverable in your PATH."
echo "Error: It seems that ASTE is not installed or not discoverable in your PATH. See https://precice.org/tooling-aste.html#installation for more information."
exit 1
fi

Expand Down

0 comments on commit 569dd2f

Please sign in to comment.