Closed liamg closed 2 years ago
The installation guide in the docs uses a slightly outdated go install command as this now requires a version to install (e.g. @latest) as the suffix.
go install
@latest
This is a small change to add this latest version info.
latest
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Thanks for your contribution!
The installation guide in the docs uses a slightly outdated
go install
command as this now requires a version to install (e.g.@latest
) as the suffix.This is a small change to add this
latest
version info.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.