diff options
| author | Eric Biggers <ebiggers@google.com> | 2023-09-09 14:43:01 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2023-09-09 14:46:23 -0700 |
| commit | ed87812bb4d1fb37c66671f3eb598ac6194bc35c (patch) | |
| tree | 84135a34347d24e46b1ccf64b0664728d76298a2 /cli-tests/t_change_passphrase.sh | |
| parent | b928729b995fbbc007e47ec39a111ef059fcb29c (diff) | |
README.md: don't recommend 'go get'
With the latest version of go, the recommended 'go get' commands fail:
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'.
Replace them with commands that work.
Diffstat (limited to 'cli-tests/t_change_passphrase.sh')
0 files changed, 0 insertions, 0 deletions