nostril

A C cli tool for creating nostr events
git clone git://jb55.com/nostril
Log | Files | Refs | README

commit 2ac612414a00e9796c62973b8265308ba0dc0c0d
parent 8be26ee485ac5d7609b2f14621cf3f6289e02a00
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 20 Apr 2022 10:37:36 -0700

document tag arg

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -21,6 +21,7 @@ A cli util for creating nostr events --created-at <unix timestamp> set a specific created-at time --sec <hex seckey> set the secret key for signing, otherwise one will be randomly generated --pow <difficulty> number of leading 0 bits of the id to mine + --tag <key> <value> add a tag ## Examples