From 01205bc1092a9e8ef57424129fdcd6831efe2a54 Mon Sep 17 00:00:00 2001 From: Jordan Keister Date: Mon, 10 Feb 2025 10:55:23 -0600 Subject: [PATCH] updated macos-specific brew installs to include coreutils for mktemp package Signed-off-by: Jordan Keister --- docs/contribute/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/developer.md b/docs/contribute/developer.md index ef9842b0a..d33b98f20 100644 --- a/docs/contribute/developer.md +++ b/docs/contribute/developer.md @@ -145,7 +145,7 @@ Some additional setup is necessary on Macintosh computers to install and configu Follow the instructions to [install Homebrew](https://docs.brew.sh/Installation), and then execute the following command to install the required tools: ```sh -brew install bash gnu-tar gsed +brew install bash gnu-tar gsed coreutils ``` ### Configure your shell