Update 02-client-tools.md
parent
e8d728d016
commit
34a59a1f61
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue