Add alternative installation for kubectl and cfssl

Added alternative installation method for `kubectl` and `cfssl` via Homebrew
This commit is contained in:
Daniel Valencia Backhoff
2018-02-05 16:26:39 -08:00
committed by GitHub
parent 4f5cecb5ed
commit fedba79378

View File

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