Skip to content

Commit a38da78

Browse files
authored
updated macos-specific brew installs to include coreutils for mktemp package (#1738)
Signed-off-by: Jordan Keister <[email protected]>
1 parent 4a007b0 commit a38da78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/contribute/developer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Some additional setup is necessary on Macintosh computers to install and configu
145145
Follow the instructions to [install Homebrew](https://docs.brew.sh/Installation), and then execute the following command to install the required tools:
146146
147147
```sh
148-
brew install bash gnu-tar gsed
148+
brew install bash gnu-tar gsed coreutils
149149
```
150150
151151
### Configure your shell

0 commit comments

Comments
 (0)