@@ -60,11 +60,11 @@ You can set the `GOOS` and `GOARCH` environment variables to have Go cross compi
6060
6161### Installation
6262
63- Installation requires a
64- [ working Go 1.12+ installation ] ( http ://golang.org/doc/install ) .
63+ Installation requires a [ working Go 1.14+ installation ] ( http://golang.org/doc/install ) .
64+ Alternatively, [ prebuilt binaries are available ] ( https ://github.com/cloudflare/cfssl/releases )
6565
6666```
67- $ go get -u github.com/cloudflare/cfssl/cmd/cfssl
67+ $ go get github.com/cloudflare/cfssl/cmd/cfssl
6868```
6969
7070will download, build, and install the CFSSL tool.
@@ -73,15 +73,15 @@ To install any of the other utility programs that are
7373in this repo (for instance ` cfssljson ` in this case):
7474
7575```
76- $ go get -u github.com/cloudflare/cfssl/cmd/cfssljson
76+ $ go get github.com/cloudflare/cfssl/cmd/cfssljson
7777```
7878
7979This will download, build, and install the CFSSLJSON tool.
8080
8181And to simply install __ all__ of the programs in this repo:
8282
8383```
84- $ go get -u github.com/cloudflare/cfssl/cmd/...
84+ $ go get github.com/cloudflare/cfssl/cmd/...
8585```
8686
8787This will download, build, and install all of the utility programs
@@ -353,7 +353,7 @@ for configuring and running the CA.
353353verifying certificates. It can be installed with
354354
355355```
356- go get -u github.com/cloudflare/cfssl/cmd/mkbundle
356+ go get github.com/cloudflare/cfssl/cmd/mkbundle
357357```
358358
359359It takes a collection of certificates, checks for CRL revocation (OCSP
0 commit comments