Skip to content

Commit e582ed4

Browse files
committed
remove -u flag from readme, link to releases
1 parent bea2d3d commit e582ed4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

7070
will download, build, and install the CFSSL tool.
@@ -73,15 +73,15 @@ To install any of the other utility programs that are
7373
in 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

7979
This will download, build, and install the CFSSLJSON tool.
8080

8181
And 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

8787
This will download, build, and install all of the utility programs
@@ -353,7 +353,7 @@ for configuring and running the CA.
353353
verifying 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

359359
It takes a collection of certificates, checks for CRL revocation (OCSP

0 commit comments

Comments
 (0)