docs: update installer instructions in README.md
This commit is contained in:
parent
6283d04442
commit
b958e8989d
1 changed files with 16 additions and 2 deletions
18
README.md
18
README.md
|
@ -15,14 +15,28 @@ https://github.com/neurocyte/flow/assets/1552770/97aae817-c209-4c08-bc65-0a0bf1f
|
|||
|
||||
# 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
|
||||
```
|
||||
|
||||
Binary release builds are found here: [neurocyte/flow/releases](https://github.com/neurocyte/flow/releases/latest)
|
||||
|
||||
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:
|
||||
|
||||
```
|
||||
curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --dest ~/.local/bin
|
||||
```
|
||||
|
||||
See all avalable options for the installer script:
|
||||
|
||||
```
|
||||
curl -fsSL https://flow-control.dev/install | sh -s -- --help
|
||||
```
|
||||
|
||||
Or check your favorite local system package repository.
|
||||
|
||||
[](https://repology.org/project/flow-control/versions)
|
||||
|
|
Loading…
Add table
Reference in a new issue