`install.sh` checks that `$TARGET` is writable, and if not it prompts the user to rerun the script using `sudo`. On a clean macOS install, `/usr/local/bin` does not exist so the user gets this error message even when run using `sudo`.
install.shchecks that$TARGETis writable, and if not it prompts the user to rerun the script usingsudo.On a clean macOS install,
/usr/local/bindoes not exist so the user gets this error message even when run usingsudo.