Skip to content

Commit

Permalink
Prepare for publishing to the Go package index
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelercj committed Jan 12, 2024
1 parent 3b293d3 commit 708095f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Easily find spam and phishing emails received at single-use email addresses. Thi

## download

[Download here](https://github.com/wheelercj/email-linter/releases). Binaries are available for several platforms. Optionally, you can add the executable file's path to your computer's PATH environment variable to make the app easier to run.
Either:

* run `go get github.com/wheelercj/email-linter`
* or [download here](https://github.com/wheelercj/email-linter/releases). Binaries are available for several platforms. Optionally, you can add the executable file's path to your computer's PATH environment variable to make the app easier to run.

## what are single-use email addresses?

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func runFunc(cmd *cobra.Command, args []string) {
// rootCmd represents the base command when called without any subcommands.
var rootCmd = &cobra.Command{
Use: "email-linter",
Version: "0.0.4",
Version: "0.0.5",
Run: runFunc,
Short: "Easily find spam and phishing emails received at single-use email addresses.",
}
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 email-linter
module github.com/wheelercj/email-linter

go 1.21

Expand Down

0 comments on commit 708095f

Please sign in to comment.