readme: add how to go get

This commit is contained in:
1l0
2025-08-22 12:08:34 +09:00
committed by fiatjaf
parent 6ab6b49940
commit a581d9677d

View File

@@ -4,3 +4,7 @@ nostr library
supposed to contain everything you need to write a relay or client or hybrid or anything else. supposed to contain everything you need to write a relay or client or hybrid or anything else.
this is a fork of https://github.com/nbd-wtf/go-nostr with better types and other random changes or features. this is a fork of https://github.com/nbd-wtf/go-nostr with better types and other random changes or features.
```sh
go get fiatjaf.com/nostr
```