add --prefix option to installer

This commit is contained in:
CJ van den Berg 2025-02-11 19:15:48 +01:00
parent 1a05a9e469
commit 30d1c9ee11
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 13 additions and 17 deletions

View file

@ -33,14 +33,13 @@ Flow Control is under active development, but usually very stable.
### Installer
Install latest release:
Install the latest release to `/usr/local/bin`:
``` curl -fsSL https://flow-control.dev/install | sh ```
Install latest nightly build:
``` curl -fsSL https://flow-control.dev/install | sh -s -- --nightly ```
Install latest nightly build and specify the install prefix:
``` curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --prefix ~/.local/bin ```
### Prebuilt Binaries
- Stable: [Releases](https://github.com/neurocyte/flow/releases)