Skip to content

Commit d814e02

Browse files
committed
add links to jsr.io
1 parent 0d23740 commit d814e02

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![](https://img.shields.io/github/actions/workflow/status/nbd-wtf/nostr-tools/test.yml) nostr-tools
1+
# ![](https://img.shields.io/github/actions/workflow/status/nbd-wtf/nostr-tools/test.yml) [![JSR](https://jsr.io/badges/@nostr/tools)](https://jsr.io/@nostr/tools) nostr-tools
22

33
Tools for developing [Nostr](https://github.com/fiatjaf/nostr) clients.
44

@@ -9,11 +9,19 @@ This package is only providing lower-level functionality. If you want more highe
99
## Installation
1010

1111
```bash
12-
npm install nostr-tools # or yarn add nostr-tools
12+
# npm
13+
npx install nostr-tools
14+
15+
# jsr
16+
npx jsr add @nostr/tools
1317
```
1418

1519
If using TypeScript, this package requires TypeScript >= 5.0.
1620

21+
## Documentation
22+
23+
https://jsr.io/@nostr/tools/doc
24+
1725
## Usage
1826

1927
### Generating a private key and a public key

0 commit comments

Comments
 (0)