while @plebhash was working on #153, he noticed unexpected behavior when running generate-readme.sh on macOS.
upon investigation, I could identify the root cause: the script relies on awk, but the default awk implementation on macOS behaves differently than on Linux. This difference leads to inconsistent results in the generated README.
while @plebhash was working on #153, he noticed unexpected behavior when running
generate-readme.shon macOS.upon investigation, I could identify the root cause: the script relies on
awk, but the defaultawkimplementation on macOS behaves differently than on Linux. This difference leads to inconsistent results in the generated README.