From 3291636b5d8c1b7875c4a5c0a350178b9c117d0d Mon Sep 17 00:00:00 2001 From: Jacek Wysocki Date: Thu, 18 Nov 2021 12:38:26 +0100 Subject: [PATCH] feat: added docs for HomeBrew upgrades (#525) --- docs/installing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installing.md b/docs/installing.md index 9dfca219bff..2e90fc4c2a9 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -17,6 +17,12 @@ brew tap kubeshop/homebrew-testkube brew install kubeshop/testkube ``` +If you want to upgrade testkube please run following command +``` +brew update +brew upgrade testkube +``` + ### Installing on Linux or MaxOS with install script To install on Linux or MacOs run