diff --git a/getting_started/README.md b/getting_started/README.md index 925f862739..78cd4b57c3 100644 --- a/getting_started/README.md +++ b/getting_started/README.md @@ -10,10 +10,10 @@ If you have a specific question, the [FAQ](../FAQ.md) might have an answer, alth ## Installation -- [Linux x86_64](linux_x86_64.md) -- [MacOS Apple Silicon](macos_apple_silicon.md) -- [MacOS x86_64](macos_x86_64.md) -- [Windows](windows.md) +- [🐧 Linux x86_64](linux_x86_64.md) +- [🍏 MacOS Apple Silicon](macos_apple_silicon.md) +- [🍏 MacOS x86_64](macos_x86_64.md) +- [🟦 Windows](windows.md) - [Other](other.md) ## Running Examples diff --git a/getting_started/macos_apple_silicon.md b/getting_started/macos_apple_silicon.md index a81eb76ae0..a134d93fa1 100644 --- a/getting_started/macos_apple_silicon.md +++ b/getting_started/macos_apple_silicon.md @@ -7,12 +7,10 @@ In order to develop in Roc, you need to install the Roc CLI, which includes the Roc compiler and some helpful utilities. -1. Download the latest nightly from the assets [here](https://github.com/roc-lang/roc/releases). - -1. To prevent "roc can't be opened because Apple can't check it...": +1. Download the latest roc nightly using the terminal: ```sh - xattr -d com.apple.quarantine roc_nightly-macos_apple_silicon-latest.tar.gz + curl -OL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_apple_silicon-latest.tar.gz ``` 1. Untar the archive: diff --git a/getting_started/macos_x86_64.md b/getting_started/macos_x86_64.md index 822b159fbf..c4d6e26651 100644 --- a/getting_started/macos_x86_64.md +++ b/getting_started/macos_x86_64.md @@ -7,12 +7,10 @@ In order to develop in Roc, you need to install the Roc CLI, which includes the Roc compiler and some helpful utilities. -1. Download the latest nightly from the assets [here](https://github.com/roc-lang/roc/releases). - -1. To prevent "roc can't be opened because Apple can't check it...": +1. Download the latest roc nightly using the terminal: ```sh - xattr -d com.apple.quarantine roc_nightly-macos_x86_64-latest.tar.gz + curl -OL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-macos_x86_64-latest.tar.gz ``` 1. Untar the archive: