From 0436eeefe391a03490410bd792b3f4cdc9d30860 Mon Sep 17 00:00:00 2001 From: Kratik Jain Date: Tue, 16 May 2023 14:56:59 +0530 Subject: [PATCH] Update brew install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 994c27d..6f08e46 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 --cask kube-forwarder ``` ## Contributing