Skip to content

Commit

Permalink
docs: use newer go install syntax for the install command
Browse files Browse the repository at this point in the history
The `go get` syntax for installing packages is deprecated. More details in the official announcement: https://go.dev/doc/go-get-install-deprecation

Signed-off-by: Nico Rikken <[email protected]>
  • Loading branch information
nicorikken authored and tatiNo5 committed Jun 26, 2024
1 parent 816c36a commit 813aee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Improvements, ideas and bug fixes are welcomed.
Run the following command, which will build and install the latest binary in $GOPATH/bin

```
go get github.com/miracl/conflate/...
go install github.com/miracl/conflate/...@latest
```
Alternatively, you can install one of the pre-built release binaries from https://github.com/miracl/conflate/releases

Expand Down

0 comments on commit 813aee4

Please sign in to comment.