Merge branch 'master' into zig-0.14

This commit is contained in:
CJ van den Berg 2025-02-11 15:10:37 +01:00
commit 66e2b95534
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 27 additions and 8 deletions

View file

@ -13,7 +13,11 @@ https://github.com/neurocyte/flow/assets/1552770/97aae817-c209-4c08-bc65-0a0bf1f
- Linux, MacOS, Windows, Android (Termux) or FreeBSD.
- A UTF-8 locale
# Download
# Download / Install
```shell
curl -fsSL https://flow-control.dev/install | sh
```
Binary release builds are found here: [neurocyte/flow/releases](https://github.com/neurocyte/flow/releases)
@ -21,6 +25,8 @@ Nightly binary builds are found here: [neurocyte/flow-nightly/releases](https://
Or check your favorite local system package repository.
[![Packaging status](https://repology.org/badge/vertical-allrepos/flow-control.svg)](https://repology.org/project/flow-control/versions)
# Building
Make sure your system meets the requirements listed above.