add gpg verification

This commit is contained in:
CJ van den Berg 2025-02-11 20:18:06 +01:00
parent 2844db19a4
commit 7d0f17d608
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 36 additions and 0 deletions

View file

@ -41,6 +41,11 @@ Install latest nightly build and specify the install prefix:
``` curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --prefix ~/.local/bin ```
Install latest nightly build and verify against gpg signature:
``` curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --verify ```
### Prebuilt Binaries
- Stable: [Releases](https://github.com/neurocyte/flow/releases)
- Nightly: [Nightly Builds](https://github.com/neurocyte/flow-nightly/releases)