From 5aee3f9957ef86aa605ff1f3cefee5497114b5a7 Mon Sep 17 00:00:00 2001 From: plyght Date: Sun, 9 Feb 2025 15:07:00 -0500 Subject: [PATCH] docs: add installer script to README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ed3203..1900e39 100644 --- a/README.md +++ b/README.md @@ -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)