Update 02-client-tools.md

This commit is contained in:
Nilesh Londhe
2017-11-18 20:31:46 -08:00
committed by GitHub
parent e8d728d016
commit 34a59a1f61

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
```