How to install homebrew on M1 mac

Homebrew installation on apple silicon, step by step: Open a terminal window (it should be zsh) Run this command: /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” In my case, installation show me errors, I just installed again, and then show: Installation successful!, and warning: /opt/homebrew/bin is not in your PATH Then create .zshrc on home directory (If … Read more