mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Merge pull request #5936 from roc-lang/macos_nightly_curl
improve macos getting started
This commit is contained in:
commit
cb6b36e218
3 changed files with 8 additions and 12 deletions
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue