This commit is contained in:
Nilesh Londhe
2017-12-18 15:08:25 +00:00
committed by GitHub

View File

@@ -24,6 +24,15 @@ chmod +x cfssl cfssljson
sudo mv cfssl cfssljson /usr/local/bin/
```
alternatively, if you have homebrew setup, just run
```
brew install cfssl
```
This will get you both `cfssl` and `cfssljson`.
### Linux
```