Skip to content

Commit

Permalink
switch to go.bbkane.com
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkane committed Feb 20, 2022
1 parent 8f794d4 commit d5d7e5a
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 @@ As a tradeoff, fling's codebase is simpler. fling compiles to a single binary an

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

## Example
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/fling
module go.bbkane.com/fling

go 1.17

Expand Down

0 comments on commit d5d7e5a

Please sign in to comment.