Deprecated installation instructions #47
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The installation instructions use
go get
, which is a deprecated model for install Go programs:However, using
go install
does not seem to work either due to the "replace" directive in go.mod:The text was updated successfully, but these errors were encountered: