add instructions for installing nightly builds with the installer
This commit is contained in:
parent
62752b844f
commit
1a05a9e469
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue