Add alternative installation for kubectl and cfssl

Added alternative installation method for `kubectl` and `cfssl` via Homebrew
pull/311/head
Daniel Valencia Backhoff 2018-02-05 16:26:39 -08:00 committed by GitHub
parent 4f5cecb5ed
commit fedba79378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,12 @@ chmod +x cfssl cfssljson
sudo mv cfssl cfssljson /usr/local/bin/
```
Or install with Homebrew:
```
brew install cfssl
```
### Linux
```
@ -80,6 +86,12 @@ chmod +x kubectl
sudo mv kubectl /usr/local/bin/
```
Or install via Homebrew:
```
brew install kubectl
```
### Linux
```