summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorフィルターペーパー <76888457+filterpaper@users.noreply.github.com>2023-10-01 13:33:57 +0800
committerGitHub <noreply@github.com>2023-09-30 22:33:57 -0700
commit8813bdf5ddfc9fdcbcaf7d4bddb44f7673dbfe9e (patch)
treeb79a317a80d0e5b92432baa6da11400211e1efb3
parentc23d873e1a83f0c889ecb4863ec7bef5f89ee148 (diff)
Remove rosetta instructions for Apple Silicon (#22174)
-rw-r--r--docs/newbs_getting_started.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md
index a16207f267..68e37679b8 100644
--- a/docs/newbs_getting_started.md
+++ b/docs/newbs_getting_started.md
@@ -56,7 +56,7 @@ QMK maintains a Homebrew tap and formula which will automatically install the CL
You will need to install Homebrew. Follow the instructions on https://brew.sh.
-!> **NOTE:** If you are using Apple Silicon, such as the M1, you will need to install a rosetta compatible version of Homebrew. This version does not override the base Homebrew. This can be done by running `arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"`. See here: [Rosetta-compatible Homebrew](https://stackoverflow.com/questions/64882584/how-to-run-the-homebrew-installer-under-rosetta-2-on-m1-macbook)
+?> If you are using an Apple Silicon machine, the installation process will take significantly longer because GitHub actions do not have native runners to build binary packages for the ARM and AVR toolchains.
#### Installation
@@ -64,10 +64,6 @@ Install the QMK CLI by running:
brew install qmk/qmk/qmk
-Install the QMK CLI on an Apple Silicon Mac by running:
-
- arch -x86_64 brew install qmk/qmk/qmk
-
### ** Linux/WSL **
?> **Note for WSL users**: By default, the installation process will clone the QMK repository into your WSL home directory, but if you have cloned manually, ensure that it is located inside the WSL instance instead of the Windows filesystem (ie. not in `/mnt`), as accessing it is currently [extremely slow](https://github.com/microsoft/WSL/issues/4197).