You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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)"
The text was updated successfully, but these errors were encountered: