The instructions to install on macOS are pretty much the same as those for linux, but instead of using sudo apt install avrdude, you use brew install avrdude. However, you do need to install hombrew, but it is a very useful tool. To install homebrew, run /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
The instructions to install on macOS are pretty much the same as those for linux, but instead of using
sudo apt install avrdude, you usebrew install avrdude. However, you do need to install hombrew, but it is a very useful tool. To install homebrew, run/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"