Skip to content

Commit 3e29cfd

Browse files
csweichelaledbf
authored andcommitted
Update readme for use on macOS
1 parent 3b3d8e5 commit 3e29cfd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,12 @@ leeway collect components -l someConstant
441441
LEEWAY_EXPERIMENTAL=true leeway export --strict /some/destination
442442
```
443443

444+
### macOS: leeway fails with "cp --parents" not being a valid command
445+
The way depends on GNU utilities. Install them and make sure they're in your path.
446+
```
447+
brew install coreutils
448+
```
449+
444450
# Contributing
445451

446452
## Creating a new release

0 commit comments

Comments
 (0)