From 6af51a1bfea497574bbd36770f50aa90ac1507eb Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Fri, 8 Nov 2019 08:17:48 +0900 Subject: [PATCH] brew install gnu-sed --- docs/macDevGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/macDevGuide.md b/docs/macDevGuide.md index d3eb5bdfb..b057236c9 100644 --- a/docs/macDevGuide.md +++ b/docs/macDevGuide.md @@ -25,7 +25,7 @@ Add `kubeval` to your PATH [Instructions](https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/) ```sh -brew install coreutils wget sed +brew install coreutils wget gnu-sed ``` Add the new tools to your PATH