Remove obsolete M1 setup information

This commit is contained in:
Michael Vines 2022-01-04 12:10:29 -08:00 committed by mergify[bot]
parent 379feecae5
commit 212e6ea4a4
1 changed files with 0 additions and 6 deletions

View File

@ -38,12 +38,6 @@ $ sudo apt-get update
$ sudo apt-get install libssl-dev libudev-dev pkg-config zlib1g-dev llvm clang make
```
On Mac M1s, make sure you set up your terminal & homebrew [to use](https://5balloons.info/correct-way-to-install-and-use-homebrew-on-m1-macs/) Rosetta. You can install it with:
```bash
$ softwareupdate --install-rosetta
```
## **2. Download the source code.**
```bash