add homebrew as a cfssl install option

This commit is contained in:
Kelsey Hightower
2018-05-13 03:20:46 +00:00
parent 87e1e5fee1
commit 26d6ea0379

View File

@@ -24,6 +24,12 @@ chmod +x cfssl cfssljson
sudo mv cfssl cfssljson /usr/local/bin/
```
Some OS X users may experience problems using the pre-built binaries in which case [Homebrew](https://brew.sh) might be a better option:
```
brew install cfssl
```
### Linux
```