Skip to content

Commit

Permalink
Updates install instructions; adds go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnomnom committed Apr 5, 2022
1 parent 89da10c commit 86aeb97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Usage example:
Install:

```
▶ go get github.com/tomnomnom/waybackurls
▶ go install github.com/tomnomnom/waybackurls@latest
```

## Credit
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/tomnomnom/waybackurls

go 1.18

0 comments on commit 86aeb97

Please sign in to comment.