From b958e8989d8896b7b6095425e8628298b8a7abd0 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 14 Apr 2025 14:11:22 +0200 Subject: [PATCH] docs: update installer instructions in README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4e1889..96d082d 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,28 @@ https://github.com/neurocyte/flow/assets/1552770/97aae817-c209-4c08-bc65-0a0bf1f # Download / Install +Binary release builds are found here: [neurocyte/flow/releases](https://github.com/neurocyte/flow/releases/latest) + +Fetch and install the latest release to `/usr/local/bin` with the installation helper script: + ```shell curl -fsSL https://flow-control.dev/install | sh ``` -Binary release builds are found here: [neurocyte/flow/releases](https://github.com/neurocyte/flow/releases/latest) - Nightly binary builds are found here: [neurocyte/flow-nightly/releases](https://github.com/neurocyte/flow-nightly/releases/latest) +Install latest nightly build and (optionally) specify the installation destination: + +``` +curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --dest ~/.local/bin +``` + +See all avalable options for the installer script: + +``` +curl -fsSL https://flow-control.dev/install | sh -s -- --help +``` + 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)