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)