mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 15:58:48 +00:00
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:
@@ -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")
|
||||
|
Reference in New Issue
Block a user