From 157fbd658158c99f9d6dc30530322984c19ed544 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 27 May 2025 18:36:27 +0200 Subject: [PATCH] feat: add note about using installer to update flow --- content/index.smd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/index.smd b/content/index.smd index 7c0b3fe..32cc79d 100644 --- a/content/index.smd +++ b/content/index.smd @@ -54,6 +54,14 @@ See all avalable options for the installer script: curl -fsSL https://flow-control.dev/install | sh -s -- --help ``` +Install the installer for easy updating of flow: + +``` +sudo curl -fsSL -o /usr/local/bin/update-flow https://flow-control.dev/install +sudo chmod +x /usr/local/bin/update-flow +update-flow +``` + ### Prebuilt Binaries - Stable: [Releases](https://github.com/neurocyte/flow/releases/latest) - Nightly: [Nightly Builds](https://github.com/neurocyte/flow-nightly/releases/latest)