docs: add Nostr setup guide and architecture overview

This commit is contained in:
thePR0M3TH3AN
2025-08-06 10:09:05 -04:00
parent 072db52650
commit 1a35bb42bd
3 changed files with 51 additions and 17 deletions

View File

@@ -5,7 +5,9 @@ import typer
from .common import _get_services, _get_nostr_service
app = typer.Typer(help="Interact with Nostr relays")
app = typer.Typer(
help="Interact with Nostr relays. See docs/nostr_setup.md for configuration and troubleshooting."
)
@app.command("sync")