Compare commits
2 commits
a7097e6253
...
5c844410ff
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c844410ff | |||
|
|
269c0087f1 |
2 changed files with 4 additions and 4 deletions
|
|
@ -27,13 +27,13 @@ Nightly binary builds are found here: [neurocyte/flow-nightly/releases](https://
|
|||
|
||||
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
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -97,8 +97,8 @@ fn build_release(
|
|||
.{ .cpu_arch = .arm, .os_tag = .linux, .abi = .musleabihf },
|
||||
.{ .cpu_arch = .x86_64, .os_tag = .macos },
|
||||
.{ .cpu_arch = .aarch64, .os_tag = .macos },
|
||||
.{ .cpu_arch = .x86_64, .os_tag = .windows },
|
||||
.{ .cpu_arch = .aarch64, .os_tag = .windows },
|
||||
// .{ .cpu_arch = .x86_64, .os_tag = .windows },
|
||||
// .{ .cpu_arch = .aarch64, .os_tag = .windows },
|
||||
};
|
||||
const optimize_release = .ReleaseFast;
|
||||
const optimize_debug = .ReleaseSafe;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue