Open stmcginnis opened 2 years ago
It would be great to have support for Apple silicon macOS now that they are more common.
Looks like install-misspell.sh would need to be updated in is_supported_platform() and a release tarball with the appropriate name would need to be created.
install-misspell.sh
is_supported_platform()
$ echo $(uname -s) $(uname -m) Darwin arm64
It would be great to have support for Apple silicon macOS now that they are more common.
Looks like
install-misspell.sh
would need to be updated inis_supported_platform()
and a release tarball with the appropriate name would need to be created.