Skip to content

Commit d32edb3

Browse files
authored
Merge pull request #6896 from dims/update-instructions-to-install-cfssl
Update instructions to install cfssl
2 parents dd18326 + 26858cf commit d32edb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/running-locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The [CFSSL](https://cfssl.org/) binaries (cfssl, cfssljson) must be installed an
5050
The easiest way to get it is to run these shell commands:
5151

5252
```sh
53-
go get -u github.com/cloudflare/cfssl/cmd/...
53+
go install github.com/cloudflare/cfssl/cmd/...@latest
5454
PATH=$PATH:$GOPATH/bin
5555
```
5656

0 commit comments

Comments
 (0)