From 182788a43984348e41cec0b10c2efd84c0d9e411 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 15 Oct 2025 11:12:43 +0200 Subject: [PATCH] docs: move the install/download section of README.md to the website --- README.md | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index e197180..41d0330 100644 --- a/README.md +++ b/README.md @@ -17,29 +17,9 @@ and is my daily driver for most things coding related. # 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 -``` - -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: - -```shell -curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --dest ~/.local/bin -``` - -See all avalable options for the installer script: - -```shell -curl -fsSL https://flow-control.dev/install | sh -s -- --help -``` +There is an [installation guide](https://flow-control.dev/installation) on the +main website, and source, release and nightly build binary +[downloads](https://flow-control.dev/downloads). Or check your favorite local system package repository.