Skip to content

Commit

Permalink
Update readme for use on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
csweichel authored and aledbf committed Dec 19, 2023
1 parent 3b3d8e5 commit 3e29cfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e29cfd

Please sign in to comment.