add instructions for installing nightly builds with the installer

This commit is contained in:
CJ van den Berg 2025-02-11 19:06:15 +01:00
parent 62752b844f
commit 1a05a9e469
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -32,8 +32,16 @@ Flow Control is under active development, but usually very stable.
## 📦 Installation
### Installer
Install latest release:
``` curl -fsSL https://flow-control.dev/install | sh ```
Install latest nightly build:
``` curl -fsSL https://flow-control.dev/install | sh -s -- --nightly ```
### Prebuilt Binaries
- Stable: [Releases](https://github.com/neurocyte/flow/releases)
- Nightly: [Nightly Builds](https://github.com/neurocyte/flow-nightly/releases)