mirror of
https://github.com/jb55/nostril.git
synced 2024-11-21 08:19:08 -05:00
README.md: update relay to wss://relay.damus.io
Follow up to commit:
c88f7e09eb
This commit is contained in:
parent
f2cf191129
commit
ea84fe1e47
|
@ -53,9 +53,9 @@ Wrap event to send to a relay:
|
|||
|
||||
Send to a relay:
|
||||
|
||||
$ ./nostril --envelope --sec <key> --content "this is a message" | websocat wss://nostr-pub.wellorder.net
|
||||
$ ./nostril --envelope --sec <key> --content "this is a message" | websocat wss://relay.damus.io
|
||||
|
||||
Send a nip04 DM:
|
||||
|
||||
$ ./nostril --envelope --dm <pubkey> --sec <key> --content "this is a secret" | websocat wss://nostr-pub.wellorder.net
|
||||
$ ./nostril --envelope --dm <pubkey> --sec <key> --content "this is a secret" | websocat wss://relay.damus.io
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user