From 3e29cfd8307c80b539af7c6cdb6396812345be5b Mon Sep 17 00:00:00 2001 From: "Christian Weichel (Chris)" Date: Tue, 19 Dec 2023 17:44:51 +0000 Subject: [PATCH] Update readme for use on macOS --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1696f2d..25dbd64 100644 --- a/README.md +++ b/README.md @@ -441,6 +441,12 @@ leeway collect components -l someConstant LEEWAY_EXPERIMENTAL=true leeway export --strict /some/destination ``` +### macOS: leeway fails with "cp --parents" not being a valid command +The way depends on GNU utilities. Install them and make sure they're in your path. +``` +brew install coreutils +``` + # Contributing ## Creating a new release