Skip to content

Commit

Permalink
Merge branch 'main' into puddly/tweak-stack-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Jun 6, 2024
2 parents 7d26cdf + f8c797f commit c4e1d43
Show file tree
Hide file tree
Showing 15 changed files with 106 additions and 174 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c4e1d43

Please sign in to comment.