diff --git a/src/cli.rs b/src/cli.rs index f309e0f..2a6e9dc 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -435,7 +435,9 @@ fn resolve_mostro_pubkey(cli: &Cli) -> Result { "MOSTRO_PUBKEY not set.\n\ Provide it using one of the following methods:\n\ 1) --mostropubkey \n\ - 2) export MOSTRO_PUBKEY=" + 2) export MOSTRO_PUBKEY=\n\ + 3) create ~/.config/mostro/env.sh with MOSTRO_PUBKEY and RELAYS, then source it\n\ + (the config dir is not auto-created; see README Configuration)" ) }) }