diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-09-25 13:42:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-25 13:42:07 -0700 |
| commit | d32edb38c7cfab2113db71661fe3dbad93b45a3b (patch) | |
| tree | 9a65868407160b0bdb49144ad1e5b277b4d2d514 | |
| parent | dd18326394391b67662e9e062d8f3321a776f4dd (diff) | |
| parent | 26858cf4f96644b36fd999a432dc56400464c03d (diff) | |
Merge pull request #6896 from dims/update-instructions-to-install-cfssl
Update instructions to install cfssl
| -rw-r--r-- | contributors/devel/running-locally.md | 2 |
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 ``` |
