summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2022-09-25 13:42:07 -0700
committerGitHub <noreply@github.com>2022-09-25 13:42:07 -0700
commitd32edb38c7cfab2113db71661fe3dbad93b45a3b (patch)
tree9a65868407160b0bdb49144ad1e5b277b4d2d514
parentdd18326394391b67662e9e062d8f3321a776f4dd (diff)
parent26858cf4f96644b36fd999a432dc56400464c03d (diff)
Merge pull request #6896 from dims/update-instructions-to-install-cfssl
Update instructions to install cfssl
-rw-r--r--contributors/devel/running-locally.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/running-locally.md b/contributors/devel/running-locally.md
index 3c2d9563..89b5d960 100644
--- a/contributors/devel/running-locally.md
+++ b/contributors/devel/running-locally.md
@@ -50,7 +50,7 @@ The [CFSSL](https://cfssl.org/) binaries (cfssl, cfssljson) must be installed an
The easiest way to get it is to run these shell commands:
```sh
-go get -u github.com/cloudflare/cfssl/cmd/...
+go install github.com/cloudflare/cfssl/cmd/...@latest
PATH=$PATH:$GOPATH/bin
```