From 1a05a9e469f22eedd2643a0fae987f7ac9f465ea Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 11 Feb 2025 19:06:15 +0100 Subject: [PATCH] add instructions for installing nightly builds with the installer --- content/index.smd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/index.smd b/content/index.smd index 991289c..8ca0499 100644 --- a/content/index.smd +++ b/content/index.smd @@ -32,8 +32,16 @@ Flow Control is under active development, but usually very stable. ## 📦 Installation ### Installer + +Install latest release: + ``` curl -fsSL https://flow-control.dev/install | sh ``` +Install latest nightly build: + +``` curl -fsSL https://flow-control.dev/install | sh -s -- --nightly ``` + + ### Prebuilt Binaries - Stable: [Releases](https://github.com/neurocyte/flow/releases) - Nightly: [Nightly Builds](https://github.com/neurocyte/flow-nightly/releases)