@1sat/cli 0.0.102 → 0.0.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,13 @@
4
4
 
5
5
  Command-line interface for 1Sat Ordinals on BSV.
6
6
 
7
- Requires the [Bun](https://bun.sh) runtime. Install Bun first:
7
+ Runs on Node ≥ 22.13 or [Bun](https://bun.sh) ≥ 1.2. With Node:
8
+
9
+ ```bash
10
+ npm i -g @1sat/cli # or: npx @1sat/cli <command>
11
+ ```
12
+
13
+ With Bun (the published bin has a `node` shebang; pass `--bun` to force Bun when both are installed):
8
14
 
9
15
  ```
10
16
  curl -fsSL https://bun.sh/install | bash
@@ -19,7 +25,7 @@ bun add -g @1sat/cli
19
25
  Or run without installing:
20
26
 
21
27
  ```
22
- bunx @1sat/cli
28
+ bunx --bun @1sat/cli
23
29
  ```
24
30
 
25
31
  ---