Qarik-Group / disruptor

Boost your monorepo with Bazel and Nix to create smooth dev environment!
12 stars 9 forks source link

MacOS support documentation and core-coreutils requirement #8

Open 2fd5 opened 2 years ago

2fd5 commented 2 years ago

https://github.com/Qarik-Group/disruptor/blob/c8e18640f3c5e8944e6897cecc40a341d3c4d187/scripts/shell.sh#L5

There is assumption that core-coreutils is installed and in $PATH. Shall we have that documented and if so where can I document it ?

Alternatively we could add a check for greadlink in shell.sh and display appropriate message...

borancar commented 2 years ago

Good point, can easily drop the assumption with a check and helpful message how to install coreutils.

2fd5 commented 2 years ago

For future reference

MacPorts sudo port install coreutils

Homebrew brew install coreutils