miller icon indicating copy to clipboard operation
miller copied to clipboard

Go build instructions don't work

Open lpar opened this issue 3 years ago • 0 comments

Trying to install using go install as mentioned in the README:

> go install github.com/johnkerl/miller/cmd/mlr
go: 'go install' requires a version when current directory is not in a module
	Try 'go install github.com/johnkerl/miller/cmd/mlr@latest' to install the latest version
> go install github.com/johnkerl/miller/cmd/mlr@latest
go: github.com/johnkerl/miller/cmd/mlr@latest: module github.com/johnkerl/miller@latest found (v5.10.3+incompatible),
  but does not contain package github.com/johnkerl/miller/cmd/mlr

lpar avatar Sep 21 '22 19:09 lpar