summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-15 14:35:19 -0600
committermo khan <mo@mokhan.ca>2025-05-15 14:35:19 -0600
commit8ef653075759fee5864f34abdf4f1783986e0c8e (patch)
treeea4858a121635f2a0c724b8f349bc2dca3fec1cf /bin
parentd9568b8425c0cb9434a5338a720953e8926eca97 (diff)
chore: add link to envoy install docs
Diffstat (limited to 'bin')
-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