Skip to content

Commit

Permalink
add go.bbkane.com/starghaze
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkane committed Feb 19, 2022
1 parent 47919c5 commit 1526fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GraphQL and Google Sheets auth notes at [./dev_notes.md](./dev_notes.md)

- Homebrew: `brew install bbkane/tap/starghaze`
- Download Mac/Linux/Windows executable: [GitHub releases](https://github.com/bbkane/starghaze/releases)
- Go: `go install github.com/bbkane/starghaze@latest`
- Go: `go install go.bbkane.com/starghaze@latest`
- Build with [goreleaser](https://goreleaser.com/) after cloning: `goreleaser --snapshot --skip-publish --rm-dist`

## Download GitHub Stars
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/bbkane/starghaze
module go.bbkane.com/starghaze

go 1.17

Expand Down

0 comments on commit 1526fe5

Please sign in to comment.