From 4a50f69190afc2d1c0f6c061b5c81a6c39dcc4d6 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:50:34 -0400 Subject: [PATCH] Add a warning for M1 users --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45074332..85680d27 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,12 @@ Command line building requires: > [!TIP] > If you have set up Simplicity Studio on macOS, everything will be automatically -> detected with the exception of `slc-cli`. This is the only tool you need to download. +> detected with the exception of `slc`. This is the only tool you need to download. + +> [!WARNING] +> M1 users should set `JAVA_HOME=$(/usr/libexec/java_home -a x86_64)` when running the +> build command to make sure the correct Java version is picked by slc-cli. It currently +> is not compatible with ARM Java. `slc-cli` maintains its own SDK and extension trust store so you first must trust all SDK extensions for every SDK you plan to use: