update installer script docs

This commit is contained in:
CJ van den Berg 2025-04-14 14:08:07 +02:00
parent f879aaca4a
commit 218b14bd47
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -33,25 +33,24 @@ Flow Control is under active development, but usually very stable.
### Installer
Install the latest release to `/usr/local/bin`:
Fetch and install the latest release to `/usr/local/bin` with the installation helper script:
```
curl -fsSL https://flow-control.dev/install | sh
```
Install latest nightly build and specify the install prefix:
Install latest nightly build and (optionally) specify the installation destination:
```
curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --prefix ~/.local/bin
```
Install latest nightly build and verify against gpg signature:
See all avalable options for the installer script:
```
curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --verify
curl -fsSL https://flow-control.dev/install | sh -s -- --help
```
### Prebuilt Binaries
- Stable: [Releases](https://github.com/neurocyte/flow/releases/latest)
- Nightly: [Nightly Builds](https://github.com/neurocyte/flow-nightly/releases/latest)