Skip to content

Commit 04def84

Browse files
authored
Merge pull request #1231 from boranx/readme-go1.18-install
docs: add go install
2 parents e6502bb + 547d051 commit 04def84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ And to simply install __all__ of the programs in this repo:
8484
$ go get github.com/cloudflare/cfssl/cmd/...
8585
```
8686

87+
if you are above go 1.18:
88+
89+
```
90+
$ go install github.com/cloudflare/cfssl/cmd/...@latest
91+
```
92+
8793
This will download, build, and install all of the utility programs
8894
(including `cfssl`, `cfssljson`, and `mkbundle` among others).
8995

0 commit comments

Comments
 (0)