From 3a7d502f77de23707e7ffdbf5370e44d11585c32 Mon Sep 17 00:00:00 2001 From: Allister Antosik Date: Mon, 5 Jul 2021 11:29:09 +0100 Subject: [PATCH] Updated Brew Install Command in Readme Due to new brew syntax: https://github.com/ansible-collections/community.general/pull/1481/files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 994c27d..832b9ea 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Kube Forwarder allows you export cluster configuration in JSON that you could us ### Install with Homebrew ``` -brew cask install kube-forwarder +brew install kube-forwarder ``` ## Contributing