File: installers\ONE-LINER.txt
````````plaintext
NE-LINER — Quick installer one-liner (corrected)

One‑liner PowerShell (installs and runs the official installer for `qflush`):

  iwr -useb https://funesterie.me/install-qflush.ps1 | iex

Notes
- This one-liner downloads and executes the installer script hosted at funesterie.me. It targets the `qflush` package and installs the local CLI binary.
- If you prefer to review the installer before running it, open the URL in your browser or download the file first.

If you need a wrapper or shims for `%APPDATA%\npm` I can add `qflush-cli.js`, `qflush.cmd` and `qflush.ps1` to the `installers/` folder so they are versioned with the repo.
