Skip to content

Commit

Permalink
Merge pull request #59 from hashicorp/update-readmes-for-installation
Browse files Browse the repository at this point in the history
Update readme to use `go install` as `go get -u` is no longer valid for installing modules
  • Loading branch information
jm96441n authored Jul 18, 2024
2 parents 081a518 + 00dd026 commit 8187f9b
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 8187f9b

Please sign in to comment.