From d174ca951460cf5328720b193879d0b6cdf705db Mon Sep 17 00:00:00 2001 From: gchappell99 <44392051+gchappell99@users.noreply.github.com> Date: Wed, 29 Apr 2020 10:35:31 +0100 Subject: [PATCH] docs: Added coreutils as requirements in README.md (#105) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e1695da7..24a49de56 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,13 @@ * [`terraform-docs`](https://github.com/segmentio/terraform-docs) required for `terraform_docs` hooks. `GNU awk` is required if using `terraform-docs` older than 0.8.0 with Terraform 0.12. * [`TFLint`](https://github.com/terraform-linters/tflint) required for `terraform_tflint` hook. * [`TFSec`](https://github.com/liamg/tfsec) required for `terraform_tfsec` hook. +* [`coreutils`](https://formulae.brew.sh/formula/coreutils) required for `terraform_validate` hook on macOS (due to use of `realpath`). ##### MacOS ```bash brew tap liamg/tfsec -brew install pre-commit gawk terraform-docs tflint tfsec +brew install pre-commit gawk terraform-docs tflint tfsec coreutils ``` ##### Ubuntu