diff options
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | contrib/man/sentrum.1 | 11 | 
2 files changed, 15 insertions, 1 deletions
| @@ -9,6 +9,11 @@ Daemon that monitors the Bitcoin blockchain for transactions involving your  wallets and sends you notifications in many different channels (ntfy push  notifications, email, telegram, nostr, arbitrary command, etc). +Example screenshot of many noifications for a single transaction: +<p align="center"> +  <img src="https://i.nostr.build/nWkqo.jpg" width="540" height="692"> +</p> +  ## Installation  Either: diff --git a/contrib/man/sentrum.1 b/contrib/man/sentrum.1 index 580db48..932daca 100644 --- a/contrib/man/sentrum.1 +++ b/contrib/man/sentrum.1 @@ -11,6 +11,12 @@ Daemon that monitors the Bitcoin blockchain for transactions involving your  wallets and sends you notifications in many different channels (ntfy push  notifications, email, telegram, nostr, arbitrary command, etc). +.PP +Example screenshot of many noifications for a single transaction: + +   + +  .SH Installation  .PP  Either: @@ -26,7 +32,10 @@ releases page  .IP \(bu 2  If using archlinux, install it from the AUR:  sentrum -\[la]https://aur.archlinux.org/packages/sentrum\[ra] or sentrum-git +\[la]https://aur.archlinux.org/packages/sentrum\[ra], +sentrum-bin +\[la]https://aur.archlinux.org/packages/sentrum\-bin\[ra] or +sentrum-git  \[la]https://aur.archlinux.org/packages/sentrum\-git\[ra]  .RE | 
