From 3448920c7f12ffeff0a0f1d36f3e9c6ef707af27 Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Fri, 1 Mar 2024 09:24:30 -0800 Subject: [PATCH] Bug 1885348 - Update README.md to include blurb about installing Rosetta --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e2adfade8..5af10235b 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,12 @@ Pre-requisites: * Android SDK * To run command line tools, you'll need to configure Java: see [our how-to guide](https://github.com/mozilla-mobile/shared-docs/blob/master/android/configure_java.md). +> [!NOTE] +> If you're building using Apple Silicon you will also need to install Rosetta +> ```shell +> softwareupdate --install-rosetta +> ``` + 1. Clone or Download the repository: ```shell