You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-14Lines changed: 29 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,43 @@ The Flow CLI is a command-line interface that provides useful utilities for buil
6
6
7
7
The Flow CLI can be installed in one of three ways:
8
8
9
-
### From a pre-built binary
9
+
### macOS
10
10
11
-
#### Linux and macOS
11
+
#### Homebrew
12
12
13
-
_This installation method only works on macOS/x86-64 and Linux/x86-64 architectures._
13
+
```sh
14
+
brew install flow-cli
15
+
```
16
+
17
+
#### From a pre-built binary
18
+
19
+
_This installation method only works on x86-64._
20
+
21
+
This script downloads and installs the appropriate binary for your system:
22
+
23
+
```sh
24
+
sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"
25
+
```
26
+
27
+
To update, simply re-run the installation command above.
28
+
29
+
### Linux
30
+
31
+
#### From a pre-built binary
32
+
33
+
_This installation method only works on x86-64._
14
34
15
35
This script downloads and installs the appropriate binary for your system:
16
36
17
37
```sh
18
38
sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)"
19
39
```
20
40
21
-
#### Windows
41
+
To update, simply re-run the installation command above.
42
+
43
+
### Windows
44
+
45
+
#### From a pre-built binary
22
46
23
47
_This installation method only works on Windows 10, 8.1, or 7 (SP1, with [PowerShell 3.0](https://www.microsoft.com/en-ca/download/details.aspx?id=34595)), on x86-64._
24
48
@@ -29,14 +53,5 @@ _This installation method only works on Windows 10, 8.1, or 7 (SP1, with [PowerS
0 commit comments