diff --git a/src/cli.ts b/src/cli.ts index 6e42083..fd0b6c1 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -118,6 +118,7 @@ async function initDaemon(): Promise { await setupIntegration(config); logger.log("\nInitialization complete!"); + logger.log("\n use 'cocod receive cashu' or 'cocod receive bolt11 2100' to top up your local wallet!"); } async function checkCocodInstalled(): Promise {