Skip to content

Commit b2caf8a

Browse files
authored
update for apple silicon home-brew installation
1 parent a106072 commit b2caf8a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,19 @@ This installs a lot of tools like `git` which aren't needed for plebeians.
2222
xcode-select --install
2323
```
2424

25-
## Install Homebrew
26-
27-
[Homebrew](https://brew.sh/) is a macOS package manager.
28-
It makes setting up all your services very easy.
25+
If you're on Apple Silicon, you may want to install Rosetta 2:
2926

3027
```zsh
31-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
28+
softwareupdate --install-rosetta
3229
```
3330

31+
## Install Homebrew
32+
33+
[Homebrew](https://brew.sh/) is a macOS package manager that makes setting up all your services very easy.
34+
35+
- For Intel Macs, you can just install with the simple script on the homepage.
36+
- For Apple Silicon Macs, I would recommend following this guide: https://soffes.blog/homebrew-on-apple-silicon
37+
3438
## Install everything
3539

3640
Install everything with Homebrew.
@@ -43,8 +47,6 @@ brew install vim
4347
brew install git
4448
# download stuff
4549
brew install curl
46-
# for compiling
47-
brew install gcc
4850
```
4951

5052
### Updating

0 commit comments

Comments
 (0)