diff --git a/install.sh b/install.sh index 0bd51f0..f3a3520 100755 --- a/install.sh +++ b/install.sh @@ -628,16 +628,15 @@ echo echo "1. Add the BLE interface to your Reticulum config:" echo " File: $CONFIG_FILE" echo -echo " Add this section:" -echo " ┌─────────────────────────────────────────┐" -echo " │ [[BLE Interface]] │" -echo " │ type = BLEInterface │" -echo " │ enabled = yes │" -echo " │ │" -echo " │ # Enable both modes for mesh │" -echo " │ enable_peripheral = yes │" -echo " │ enable_central = yes │" -echo " └─────────────────────────────────────────┘" +echo " Add this section (copy-paste ready):" +echo +echo " [[BLE Interface]]" +echo " type = BLEInterface" +echo " enabled = yes" +echo +echo " # Enable both modes for mesh" +echo " enable_peripheral = yes" +echo " enable_central = yes" echo echo "2. See examples/config_example.toml for all configuration options" echo