1 min read

Getting Homebrew on Apple M1 Macbook

Getting Homebrew on Apple M1 Macbook

I have been seeing that a lot of people have problmes with Homebrew on the new M1 mac's. So a very, very short explain ho to install homebrew on the new M1 powered MacBook's

  1. Go to Aplications / Utilities folder and right click on the terminal app and chose 'Get Info':

2. Next, on the Infor screen tick the 'Open Using Rosetta' box

Close the windows and open Terminal app.

I think you know what you need to do now :) Just copy and paste the code into your terminal windows and execute:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Happy brewing ;)