pull/258/merge
Nilesh Londhe 2017-12-18 15:08:25 +00:00 committed by GitHub
commit 9c40603151
1 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,15 @@ chmod +x cfssl cfssljson
sudo mv cfssl cfssljson /usr/local/bin/ 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 ### Linux
``` ```