Update 02-client-tools.md

pull/258/head
Nilesh Londhe 2017-11-18 20:31:46 -08:00 committed by GitHub
parent e8d728d016
commit 34a59a1f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/
```
alternatively, if you have homebrew setup, just run
```
brew install cfssl
```
This will get you both `cfssl` and `cfssljson`.
### Linux
```