Skip to content

Commit

Permalink
Merge pull request #5936 from roc-lang/macos_nightly_curl
Browse files Browse the repository at this point in the history
improve macos getting started
  • Loading branch information
ayazhafiz committed Oct 27, 2023
2 parents 5e54088 + 24a6694 commit cb6b36e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
8 changes: 4 additions & 4 deletions getting_started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions getting_started/macos_apple_silicon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 2 additions & 4 deletions getting_started/macos_x86_64.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cb6b36e

Please sign in to comment.