xapi-to 0.1.13 → 0.1.14

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
@@ -8,13 +8,15 @@ Agent-friendly command-line interface for [xAPI](https://xapi.to) — discover a
8
8
  # Via npx (no install needed)
9
9
  npx xapi-to --help
10
10
 
11
- # Or install globally with bun
12
- bun add -g xapi-to
11
+ # Or install globally with npm
12
+ npm install -g xapi-to
13
13
 
14
14
  # Or from source
15
15
  cd xapi-cli && bun install
16
16
  ```
17
17
 
18
+ The published CLI runs on Node.js 18+. Bun is only required for local source development and tests.
19
+
18
20
  ## Quick Start
19
21
 
20
22
  ```bash