doc: add homebrew install instruction

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2021-06-30 13:42:33 -04:00
parent 2e7c2bfe33
commit f1db99db6a

View file

@ -45,6 +45,14 @@ validation would still error when being deployed. See for example these bugs aga
bug reports is not part of Kubernetes' OpenAPI spec, and therefore kubeconform/kubeval will not detect the bug reports is not part of Kubernetes' OpenAPI spec, and therefore kubeconform/kubeval will not detect the
configuration errors. configuration errors.
### Installation
If you are [Homebrew](https://brew.sh/) user, you can install by running
```bash
$ brew install kubeconform
```
### Usage ### Usage