Merge pull request #782 from PR0M3TH3AN/codex/add-architecture-overview-to-readme

docs: add Nostr setup guide and architecture overview
This commit is contained in:
thePR0M3TH3AN
2025-08-06 10:09:22 -04:00
committed by GitHub
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")