Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,9 @@ fn resolve_mostro_pubkey(cli: &Cli) -> Result<String> {
"MOSTRO_PUBKEY not set.\n\
Provide it using one of the following methods:\n\
1) --mostropubkey <npub>\n\
2) export MOSTRO_PUBKEY=<npub>"
2) export MOSTRO_PUBKEY=<npub>\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)"
)
})
}
Expand Down