ratel
ratel copied to clipboard
Change outdated command in INSTRUCTIONS.md
Hello,
Since Go 1.16 go get for global installs is no longer supported:
$ go get -u github.com/dgraph-io/ratel
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
Nowadays, you should use go install for global installs.
Best regards, Maciej Błędkowski
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.