File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1414
1515## Install
1616
17+ ### Homebrew
18+
19+ ``` shell
20+ brew install acifani/tap/formula1-go
21+ ```
22+
23+ ### Go
24+
25+ ``` shell
26+ go install github.com/acifani/formula1-go/cmd/f1go
27+ ```
28+
1729### Binary
1830
1931Binaries are available for MacOS, Windows, and Linux for both amd64 and arm64 architectures.
@@ -22,12 +34,6 @@ You can download them from the [release tab](https://github.com/acifani/formula1
2234If you want to be able to run the ` f1go ` command from anywhere, you will need to either
2335add the binary directory to your ` PATH ` or move the binary in a location that is already configured.
2436
25- ### Go
26-
27- ``` shell
28- $ go install github.com/acifani/formula1-go/cmd/f1go
29- ```
30-
3137## Usage
3238
3339** formula1-go** can be launched by running the ` f1go ` command in your terminal.
You can’t perform that action at this time.
0 commit comments