From c9edfeccf4add1df9acc8d9458ec1449ce4def11 Mon Sep 17 00:00:00 2001 From: Andrew Anderson Date: Thu, 18 Apr 2024 14:57:11 -0400 Subject: [PATCH] added instruction to do a brew update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6182e25..0fe83ea 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ After hacking at this for some time, I decided to come up with 2 approaches to r # Install with brew, or clone and build ``` brew tap clubanderson/labeler https://github.com/clubanderson/labeler + brew update brew install labeler ``` - or - @@ -404,6 +405,7 @@ You need a kubernetes, go, kubectl, helm environment - create one with Kind: ### Install with brew, or clone and build ``` brew tap clubanderson/labeler https://github.com/clubanderson/labeler + brew update brew install labeler ``` or -