We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6502bb + 547d051 commit 04def84Copy full SHA for 04def84
README.md
@@ -84,6 +84,12 @@ And to simply install __all__ of the programs in this repo:
84
$ go get github.com/cloudflare/cfssl/cmd/...
85
```
86
87
+if you are above go 1.18:
88
+
89
+```
90
+$ go install github.com/cloudflare/cfssl/cmd/...@latest
91
92
93
This will download, build, and install all of the utility programs
94
(including `cfssl`, `cfssljson`, and `mkbundle` among others).
95
0 commit comments