Skip to content

Commit a2688b6

Browse files
committed
docs: add brew instructions
1 parent e2c1f48 commit a2688b6

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
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

1931
Binaries 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
2234
If you want to be able to run the `f1go` command from anywhere, you will need to either
2335
add 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.

0 commit comments

Comments
 (0)