[README] install cfssl with brew

pull/313/head
Zara Gebru 2018-02-07 10:56:41 +01:00
parent 4f5cecb5ed
commit c7beb999c2
1 changed files with 1 additions and 10 deletions

View File

@ -12,16 +12,7 @@ Download and install `cfssl` and `cfssljson` from the [cfssl repository](https:/
### OS X ### OS X
``` ```
curl -o cfssl https://pkg.cfssl.org/R1.2/cfssl_darwin-amd64 brew install cfssl
curl -o cfssljson https://pkg.cfssl.org/R1.2/cfssljson_darwin-amd64
```
```
chmod +x cfssl cfssljson
```
```
sudo mv cfssl cfssljson /usr/local/bin/
``` ```
### Linux ### Linux