diff --git a/README.md b/README.md index 2688d95d..dfc5a8be 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ curl -s https://raw.githubusercontent.com/armosec/kubescape/master/install.sh | [Install on windows](#install-on-windows) +[Install on macOS](#install-on-macos) + ## Run: ``` kubescape scan framework nsa --exclude-namespaces kube-system,kube-public @@ -55,6 +57,12 @@ Note: if you get an error you might need to change the execution policy (i.e. en Set-ExecutionPolicy RemoteSigned -scope CurrentUser ``` +## Install on macOS +``` +brew tap armosec/kubescape +brew install kubescape +``` + ## Flags | flag | default | description | options |