From 47f03cc8d7bfa9d32244948137b06e4cba5d7c8c Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sat, 3 Dec 2022 19:07:32 +0100 Subject: [PATCH] improved macos getting started --- getting_started/macos_apple_silicon.md | 2 +- getting_started/macos_x86_64.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/getting_started/macos_apple_silicon.md b/getting_started/macos_apple_silicon.md index aafd60364b..bcb29cb49e 100644 --- a/getting_started/macos_apple_silicon.md +++ b/getting_started/macos_apple_silicon.md @@ -2,7 +2,7 @@ ## How to install Roc -:warning: we do not yet support MacOS 13 +:warning: We do not yet officially support MacOS 13. But, as long as you are not using a zig or wasm platform most things should work fine. In order to develop in Roc, you need to install the Roc CLI, which includes the Roc compiler and various helpful utilities. diff --git a/getting_started/macos_x86_64.md b/getting_started/macos_x86_64.md index d0458d1995..ec5c440ea4 100644 --- a/getting_started/macos_x86_64.md +++ b/getting_started/macos_x86_64.md @@ -2,7 +2,9 @@ ## How to install Roc -:warning: we do not yet support MacOS 13 +:warning: We do not yet officially support MacOS 13. But, as long as you are not using a zig or wasm platform most things should work fine. + +:warning: Macos x86_64 nightly releases lag behind the others due to [unresolved test failures](https://github.com/roc-lang/roc/issues/4655). The `dbg` keyword is not yet supported, as well as importing platforms using URLs. For the platform you can use the path instead, like in [this example](https://github.com/roc-lang/roc/blob/main/examples/helloWorld.roc). In order to develop in Roc, you need to install the Roc CLI, which includes the Roc compiler and various helpful utilities.