Skip to content

Commit

Permalink
Fix install instructions for Go 1.17+ (#58)
Browse files Browse the repository at this point in the history
As of Go v1.17+ go get is no longer supported for installing executables. This changes the
README to reflect that. For more info see: https://go.dev/doc/go-get-install-deprecation
  • Loading branch information
reilly3000 committed Feb 22, 2022
1 parent 9fb3070 commit 4c461f2
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 @@ -22,7 +22,7 @@ The certificate will have a validity of 2 years and 30 days.
First, install the [Go tools](https://golang.org/dl/) and set up your `$GOPATH`.
Then, run:

`go get github.com/jsha/minica`
`go install github.com/jsha/minica@latest`

When using Go 1.11 or newer you don't need a $GOPATH and can instead do the
following:
Expand Down

0 comments on commit 4c461f2

Please sign in to comment.