Skip to content

Commit f2b11c3

Browse files
committed
Document where to get gsed from
1 parent 42f26a8 commit f2b11c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ AGENT_VERSION ?= $(shell curl -Lfs "https://buildkite.com/agent/releases/latest?
235235

236236
SED ?= sed
237237
ifeq ($(shell uname), Darwin)
238+
# Use GNU sed, not MacOS sed
239+
# Install with: brew install gsed
238240
SED = gsed
239241
endif
240242

0 commit comments

Comments
 (0)