Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
fix: update homebrew install documentation for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonhayes committed Jul 30, 2023
1 parent 997ff76 commit ee5712f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
10 changes: 2 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ builds:
- linux
- windows
- darwin
- id: "fusionctl"
main: "./cmd/fusionctl"
binary: "fusionctl"
goos:
- linux
- windows
- darwin
brews:
- name: fusion
homepage: "https://github.com/slalombuild/fusion"
Expand All @@ -28,7 +21,8 @@ brews:
email: bot@goreleaser.com

scoops:
- url_template: "https://github.com/slalombuild/fusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
- name: fusion
url_template: "https://github.com/slalombuild/fusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
repository:
owner: slalombuild
name: fusion
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ If you have Go setup on your system, you can install fusion with `go install`

```shell
go install github.com/slalombuild/fusion/cmd/fusion@latest

# Optionally install the fusionctl dev tool
go install github.com/slalombuild/fusion/cmd/fusionctl@latest
```

### Homebrew

```shell
brew tap slalombuild/fusion
brew tap slalombuild/fusion https://github.com/slalombuild/fusion
brew install fusion

# Optionally install the fusionctl dev tool
brew install fusionctl
```

### Scoop
Expand Down

0 comments on commit ee5712f

Please sign in to comment.