Merge pull request #5936 from roc-lang/macos_nightly_curl

improve macos getting started
This commit is contained in:
Ayaz 2023-10-27 09:38:05 -05:00 committed by GitHub
commit cb6b36e218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 12 deletions

View file

@ -10,10 +10,10 @@ If you have a specific question, the [FAQ](../FAQ.md) might have an answer, alth
## Installation ## Installation
- [Linux x86_64](linux_x86_64.md) - [🐧 Linux x86_64](linux_x86_64.md)
- [MacOS Apple Silicon](macos_apple_silicon.md) - [🍏 MacOS Apple Silicon](macos_apple_silicon.md)
- [MacOS x86_64](macos_x86_64.md) - [🍏 MacOS x86_64](macos_x86_64.md)
- [Windows](windows.md) - [🟦 Windows](windows.md)
- [Other](other.md) - [Other](other.md)
## Running Examples ## Running Examples

View file

@ -7,12 +7,10 @@
In order to develop in Roc, you need to install the Roc CLI, In order to develop in Roc, you need to install the Roc CLI,
which includes the Roc compiler and some helpful utilities. 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. Download the latest roc nightly using the terminal:
1. To prevent "roc can't be opened because Apple can't check it...":
```sh ```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: 1. Untar the archive:

View file

@ -7,12 +7,10 @@
In order to develop in Roc, you need to install the Roc CLI, In order to develop in Roc, you need to install the Roc CLI,
which includes the Roc compiler and some helpful utilities. 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. Download the latest roc nightly using the terminal:
1. To prevent "roc can't be opened because Apple can't check it...":
```sh ```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: 1. Untar the archive: