Runs a downloaded program right away
Source references: 2This line runs the downloaded content without giving you a chance to read it first.
Once run, the downloaded program could read or change your files. The owner of the website can also replace the program without changing its URL.
This is an active installation step: when `higgsfield` is absent from PATH, the Skill pipes a script returned from GitHub's `main` branch directly into a shell. It is not pinned to a version or checksum; if the remote script or distribution chain changes, it runs with the current user's permissions and could access or modify reachable files. The user can ask for a pinned release and checksum, or download and inspect the script before running it.
```bash curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh ```Show 1 other places
1. If `higgsfield` is not on `$PATH`, install it: ```bash curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh ```2. If `higgsfield account status` fails with `Session expired` / `Not authenticated`, ask the user to run `higgsfield auth login` (interactive) and wait for confirmation.