diff --git a/README.md b/README.md index 6a51665..ec83b95 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/go.mod b/go.mod index b256724..6a56e60 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/bbkane/starghaze +module go.bbkane.com/starghaze go 1.17