Skip to content

Commit ad33565

Browse files
author
Dave Young
committed
use homebrew to find homebrew-installed bins
1 parent 0119cb3 commit ad33565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ You will want to include this block or something similar at the end of
162162
your `.bashrc` or shell init script:
163163

164164
```sh
165-
GNUBINS="$(find /opt/homebrew/opt -type d -follow -name gnubin -print)"
165+
GNUBINS="$(find `brew --prefix`/opt -type d -follow -name gnubin -print)"
166166

167167
for bindir in ${GNUBINS[@]}
168168
do

0 commit comments

Comments
 (0)