Skip to content

Commit 26858cf

Browse files
committed
Update instructions to install cfssl
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent dd18326 commit 26858cf

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)