HACKING.md: Note MacPorts can install gawk too

pull/145/head
Ryan Schmidt 2022-05-08 18:42:41 -05:00 committed by Adrian Perez
parent e8a4a7eced
commit 7ee6b81661
1 changed files with 2 additions and 1 deletions

View File

@ -26,4 +26,5 @@ install it and use `gawk` instead in the command line above.
This includes macOS where the current built-in `awk` (currently version
20070501 at time of testing on 10.13.6) doesn't apply correctly and causes
characters to be omitted from the output. `gawk` can be installed with a
package manager such as [Homebrew](https://brew.sh).
package manager such as [Homebrew](https://brew.sh) or
[MacPorts](https://ports.macports.org/port/gawk).