Skip to content

Commit

Permalink
update readme to use go install as go get -u is no longer valid for
Browse files Browse the repository at this point in the history
installing modules
  • Loading branch information
jm96441n committed Jul 18, 2024
1 parent 081a518 commit 00dd026
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 @@ -68,7 +68,7 @@ the
run:

```text
$ go get -u github.com/hashicorp/go-sockaddr/cmd/sockaddr
$ go install github.com/hashicorp/go-sockaddr/cmd/sockaddr@latest
```

If you're familiar with UNIX's `sockaddr` struct's, the following diagram
Expand Down
2 changes: 1 addition & 1 deletion cmd/sockaddr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from the command line.

```text
$ go get -u github.com/hashicorp/go-sockaddr/cmd/sockaddr
$ go install github.com/hashicorp/go-sockaddr/cmd/sockaddr@latest
```

```text
Expand Down

0 comments on commit 00dd026

Please sign in to comment.