From 13717681b2f1672a5af9b9dbfe5800b11b33ebbc Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Tue, 27 May 2025 11:53:51 +0200 Subject: [PATCH] docs: add suggestion to add coreutils (#1156) Signed-off-by: Matteo Mortari --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d86b9959..4c9a3552 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,11 @@ The [Model Registry documentation](https://github.com/kubeflow/model-registry?ta Some limitations apply when developing on this project, specifically using Apple-silicon and Mac OSX. The content from this guide might also be applicable in part for general ARM-based developers/users, beyond Mac OSX. +## Consider installing coreutils + +While we strived to keep the repository scripts cross-compatible with GNU and BSD utilities, you might want to consider installing the `coreutils` from Homebrew, [following these instructions](https://formulae.brew.sh/formula/coreutils). +You will need to ensure the gnubin directory is added to your shell path. + ## Makefile The make command shipped with Mac OSX (at the time of writing) is a bit old: