Skip to content

Commit 0119cb3

Browse files
authored
updated homebrew path (macos SIP compatible) and jq install
1 parent 57c1004 commit 0119cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/devel/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ system. [Follow these directions to install the tools](https://ryanparman.com/po
155155
In particular, this command installs the necessary packages:
156156

157157
```sh
158-
brew install coreutils ed findutils gawk gnu-sed gnu-tar grep make
158+
brew install coreutils ed findutils gawk gnu-sed gnu-tar grep make jq
159159
```
160160

161161
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 /usr/local/opt -type d -follow -name gnubin -print)"
165+
GNUBINS="$(find /opt/homebrew/opt -type d -follow -name gnubin -print)"
166166

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

0 commit comments

Comments
 (0)