We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c1004 commit 0119cb3Copy full SHA for 0119cb3
contributors/devel/development.md
@@ -155,14 +155,14 @@ system. [Follow these directions to install the tools](https://ryanparman.com/po
155
In particular, this command installs the necessary packages:
156
157
```sh
158
-brew install coreutils ed findutils gawk gnu-sed gnu-tar grep make
+brew install coreutils ed findutils gawk gnu-sed gnu-tar grep make jq
159
```
160
161
You will want to include this block or something similar at the end of
162
your `.bashrc` or shell init script:
163
164
165
-GNUBINS="$(find /usr/local/opt -type d -follow -name gnubin -print)"
+GNUBINS="$(find /opt/homebrew/opt -type d -follow -name gnubin -print)"
166
167
for bindir in ${GNUBINS[@]}
168
do
0 commit comments