client9 / misspell

Correct commonly misspelled English words in source files
MIT License
1.35k stars 114 forks source link

Add support for M1 Macs #189

Open stmcginnis opened 2 years ago

stmcginnis commented 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.

stmcginnis commented 2 years ago
$ echo $(uname -s) $(uname -m)
Darwin arm64