dgraph-io / ratel

Dgraph Data Visualizer and Cluster Manager
Apache License 2.0
120 stars 49 forks source link

Change outdated command in INSTRUCTIONS.md #312

Closed mbledkowski closed 1 month ago

mbledkowski commented 9 months ago

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

CLAassistant commented 9 months ago

CLA assistant check
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.

github-actions[bot] commented 2 months ago

This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.