diff options
| -rw-r--r-- | contributors/devel/development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md index a871fc3e..527b5d77 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -162,7 +162,7 @@ You will want to include this block or something similar at the end of your `.bashrc` or shell init script: ```sh -GNUBINS="$(find /opt/homebrew/opt -type d -follow -name gnubin -print)" +GNUBINS="$(find `brew --prefix`/opt -type d -follow -name gnubin -print)" for bindir in ${GNUBINS[@]} do |
