Skip to content

Commit

Permalink
Update main module url
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Aug 22, 2020
1 parent db51ffb commit b7a7e13
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 @@ -7,7 +7,7 @@ The goal is to get automated alerts for interesting stuff!
## Installation

- Download a prebuilt binary from [releases page](https://github.com/dwisiswant0/slackcat/releases/latest), unpack and run! or
- If you have go compiler installed: `go get dw1.io/slackcat`
- If you have go compiler installed: `go get github.com/dwisiswant0/slackcat`

The only dependency of slackcat is Go 1.13.

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 dw1.io/slackcat
module github.com/dwisiswant0/slackcat

go 1.13

Expand Down

0 comments on commit b7a7e13

Please sign in to comment.