diff --git a/README.md b/README.md index 057fbbf..8aa9e65 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ $ sudo make install ## Usage usage: nostril [OPTIONS] - + OPTIONS - + --content the content of the note --dm make an encrypted dm to said pubkey. sets kind and tags. --envelope wrap in ["EVENT",...] for easy relaying @@ -72,3 +72,10 @@ Send a nip04 DM: $ ./nostril --envelope --dm --sec --content "this is a secret" | websocat wss://relay.damus.io +Mine a pubkey: + + $ ./nostril --mine-pubkey --pow + +Reply to an event. nip10 compliant, includes the `thread_id`: + + $ ./nostril --envelope --sec --content "this is reply message" --tag e --tag e | websocat wss://relay.damus.io