From 563564a19857918d56f45e6fc9138cc8904b7e28 Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Tue, 12 Nov 2019 12:37:40 -0800 Subject: [PATCH] Add tree to necessary tools I don't believe "tree" is under the branch of gnu tools, so it might be misleading to put it under "Install gnu tools." Should we leave it like this or change the title to "Install gnu/unix tools" --- docs/macDevGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/macDevGuide.md b/docs/macDevGuide.md index 5116d9e99..3b4a98992 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 gnu-sed +brew install coreutils wget gnu-sed tree ``` Add the new tools to your PATH