Skip to content

Commit

Permalink
docs: add go install
Browse files Browse the repository at this point in the history
  • Loading branch information
boranx committed May 24, 2022
1 parent e6502bb commit 547d051
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ And to simply install __all__ of the programs in this repo:
$ go get github.com/cloudflare/cfssl/cmd/...
```

if you are above go 1.18:

```
$ go install github.com/cloudflare/cfssl/cmd/...@latest
```

This will download, build, and install all of the utility programs
(including `cfssl`, `cfssljson`, and `mkbundle` among others).

Expand Down

0 comments on commit 547d051

Please sign in to comment.