improved macos getting started

This commit is contained in:
Anton-4 2022-12-03 19:07:32 +01:00
parent 0e74cc14cc
commit 47f03cc8d7
No known key found for this signature in database
GPG Key ID: A13F4A6E21141925
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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.