I ran: brew update in terminal (Mac OS) output: Error: /usr/local must be writable!
Anyway, as you can probably tell I am new to working with this. I searched this expecting it to be a common question but only saw not so helpful answers on github. Any help would be appreciated. *Note my terminal did recently switch to zsh with the last update (not too sure what that is).
sudo chown -R $(whoami) /usr/localorsudo chown -R $(whoami) $(brew --prefix)/*!