ff1-cli 1.0.0 → 1.0.1

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
@@ -10,14 +10,6 @@ FF1-CLI turns a simple prompt into a DP-1–conformant playlist you can preview
10
10
  npm i -g ff1-cli
11
11
  ```
12
12
 
13
- ## Install (curl)
14
-
15
- ```bash
16
- curl -fsSL https://feralfile.com/ff1-cli-install | bash
17
- ```
18
-
19
- Installs a prebuilt binary for macOS/Linux (no Node.js required).
20
-
21
13
  ## One-off Usage (npx)
22
14
 
23
15
  ```bash