Skip to content

Commit 5ca3f9c

Browse files
JIVIN0902Jivin Vaidyacweitat
authored
Using rossetta for setup on m1 macs (#8439)
* update readme for m1 macs * update readme for m1 macs * Update mac-os.md --------- Co-authored-by: Jivin Vaidya <[email protected]> Co-authored-by: cweitat <[email protected]>
1 parent fa96371 commit 5ca3f9c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/installation/mac-os.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ brew doctor
1212
export PATH="/usr/local/bin:$PATH"
1313
```
1414

15-
* For m1 macs its recommended to install 'Homebrew' using 'Rosetta'
16-
* You can also setup another terminal that runs solely on Rosetta. Follow this article to learn more https://dev.to/courier/tips-and-tricks-to-setup-your-apple-m1-for-development-547g
15+
For Mac With Apple M1, it's recommended to install `Homebrew` using `Rosetta`
16+
*You can also setup another terminal that runs solely on Rosetta. Follow this article to learn more https://dev.to/courier/tips-and-tricks-to-setup-your-apple-m1-for-development-547g
1717
```sh
1818
softwareupdate --install-rosetta
1919
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
20-
2120
```
2221

2322
* Postgres

0 commit comments

Comments
 (0)