docs: move the install/download section of README.md to the website
This commit is contained in:
parent
c159a9d294
commit
182788a439
1 changed files with 3 additions and 23 deletions
26
README.md
26
README.md
|
@ -17,29 +17,9 @@ and is my daily driver for most things coding related.
|
|||
|
||||
# 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
|
||||
```
|
||||
|
||||
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:
|
||||
|
||||
```shell
|
||||
curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --dest ~/.local/bin
|
||||
```
|
||||
|
||||
See all avalable options for the installer script:
|
||||
|
||||
```shell
|
||||
curl -fsSL https://flow-control.dev/install | sh -s -- --help
|
||||
```
|
||||
There is an [installation guide](https://flow-control.dev/installation) on the
|
||||
main website, and source, release and nightly build binary
|
||||
[downloads](https://flow-control.dev/downloads).
|
||||
|
||||
Or check your favorite local system package repository.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue