summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/envoy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/envoy.sh b/bin/envoy.sh
index 8fae7ec..67ea54c 100755
--- a/bin/envoy.sh
+++ b/bin/envoy.sh
@@ -25,7 +25,7 @@ if [ -z "$HMAC_SESSION_SECRET" ]; then
fi
if ! command -v envoy; then
- echo "envoy could not be found"
+ echo "envoy could not be found: https://www.envoyproxy.io/docs/envoy/latest/start/install"
exit 1
fi