docs: add suggestion to add coreutils (#1156)

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
This commit is contained in:
Matteo Mortari 2025-05-27 11:53:51 +02:00 committed by GitHub
parent f635ad5ba1
commit 13717681b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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. 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. 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 ## Makefile
The make command shipped with Mac OSX (at the time of writing) is a bit old: The make command shipped with Mac OSX (at the time of writing) is a bit old: