feat: add note about using installer to update flow

This commit is contained in:
CJ van den Berg 2025-05-27 18:36:27 +02:00
parent cc49ecbaba
commit 157fbd6581
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -54,6 +54,14 @@ See all avalable options for the installer script:
curl -fsSL https://flow-control.dev/install | sh -s -- --help curl -fsSL https://flow-control.dev/install | sh -s -- --help
``` ```
Install the installer for easy updating of flow:
```
sudo curl -fsSL -o /usr/local/bin/update-flow https://flow-control.dev/install
sudo chmod +x /usr/local/bin/update-flow
update-flow
```
### Prebuilt Binaries ### Prebuilt Binaries
- Stable: [Releases](https://github.com/neurocyte/flow/releases/latest) - Stable: [Releases](https://github.com/neurocyte/flow/releases/latest)
- Nightly: [Nightly Builds](https://github.com/neurocyte/flow-nightly/releases/latest) - Nightly: [Nightly Builds](https://github.com/neurocyte/flow-nightly/releases/latest)