add --prefix option to installer
This commit is contained in:
parent
1a05a9e469
commit
30d1c9ee11
2 changed files with 13 additions and 17 deletions
|
@ -33,14 +33,13 @@ Flow Control is under active development, but usually very stable.
|
|||
|
||||
### Installer
|
||||
|
||||
Install latest release:
|
||||
Install the latest release to `/usr/local/bin`:
|
||||
|
||||
``` curl -fsSL https://flow-control.dev/install | sh ```
|
||||
|
||||
Install latest nightly build:
|
||||
|
||||
``` curl -fsSL https://flow-control.dev/install | sh -s -- --nightly ```
|
||||
Install latest nightly build and specify the install prefix:
|
||||
|
||||
``` curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --prefix ~/.local/bin ```
|
||||
|
||||
### Prebuilt Binaries
|
||||
- Stable: [Releases](https://github.com/neurocyte/flow/releases)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue