From 8ef653075759fee5864f34abdf4f1783986e0c8e Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 15 May 2025 14:35:19 -0600 Subject: chore: add link to envoy install docs --- bin/envoy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3