Skip to content

Commit c8572e1

Browse files
tedhtchangopenshift-merge-robot
authored andcommitted
Add example in README
1 parent c945a36 commit c8572e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ CodeFlare Stack Compatibility Matrix
1919

2020
Requirements:
2121
- GNU sed - sed is used in several Makefile command. Using macOS default sed is incompatible, so GNU sed is needed for correct execution of these commands.
22+
When you have a version of the GNU sed installed on a macOS you may specify the binary using
23+
```bash
24+
# brew install gnu-sed
25+
make install -e SED=/usr/local/bin/gsed
26+
```
2227

2328
### Testing
2429

0 commit comments

Comments
 (0)