From 1b81f98ba68e6c6567c9c6fc9be261c7c9167e13 Mon Sep 17 00:00:00 2001 From: Henrik Soerensen Date: Wed, 7 Feb 2024 23:06:37 -0500 Subject: [PATCH] Simplify telemetry options and language during install --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index aea72c0..8e85f3e 100755 --- a/install.sh +++ b/install.sh @@ -509,8 +509,7 @@ set_telemetry_name() { echo "If you wish to opt-in to telemetry sharing, you can provide a telemetry name below." echo "We'll add 'VOI:' at the start to show you're using this package." echo "" - echo "To use a custom name, set the VOINETWORK_TELEMETRY_NAME variable before running this script." - echo "Example: export VOINETWORK_TELEMETRY_NAME='my_custom_name'" + echo "Visit https://voinetwork.github.io/voi-swarm/getting-started/telemetry/ to learn how to set your own custom name." echo "" echo "To skip telemetry sharing, type 'continue' below." # shellcheck disable=SC2162