Expand description
cuqueclicker self update โ re-install the latest released version in
place. How it does that depends on how this binary was built:
- Shipped-binary build (the
binary-releasecargo feature is enabled, i.e. it came from a GitHub Release via curl+sh or PowerShell): re-runs the same one-liner installer that initially fetched it. The installer is idempotent โ it overwrites the binary at the same install path. - Source build (the default, e.g.
cargo installor a localcargo build): runscargo install cuqueclicker --force, which will pick up the newest version from crates.io.
Both paths inherit stdio, so the user sees installer / cargo output live.