Skip to content

Commit 1ba32be

Browse files
docs: fix npx command to use package name nsec-tree-cli
npx nsec-tree fails because the npm package is nsec-tree-cli while the binary is nsec-tree — npx can't resolve that mismatch.
1 parent 184d081 commit 1ba32be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nsec-tree
22

33
```
4-
npx nsec-tree root create
4+
npx nsec-tree-cli root create
55
```
66

77
One root secret. Unlimited Nostr identities. Fully offline.
@@ -122,7 +122,7 @@ Every command supports `--json` for scripting, `--quiet` for pipeline use, and `
122122
Try it without installing:
123123

124124
```bash
125-
npx nsec-tree root create
125+
npx nsec-tree-cli root create
126126
```
127127

128128
Install globally to keep it:

0 commit comments

Comments
 (0)