From 4bb4c91c0c89532af21e8182373dd647dfe6b627 Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Fri, 16 Sep 2022 15:15:11 +0100 Subject: [PATCH] tooling: add coreutils to macos install docs PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5914 GitOrigin-RevId: 4a7383b7537987a5ab5f744ab49713c0f532a1b4 --- server/COMPILING-ON-MACOS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/server/COMPILING-ON-MACOS.md b/server/COMPILING-ON-MACOS.md index 40d0d44bff8..a71517da546 100644 --- a/server/COMPILING-ON-MACOS.md +++ b/server/COMPILING-ON-MACOS.md @@ -18,6 +18,7 @@ brew install llvm@11 brew install microsoft/mssql-release/mssql-tools brew install direnv + brew install coreutils ``` And add them to your environment: