curl URL fix

This commit is contained in:
Anton-4 2023-10-27 14:01:16 +02:00
parent ecef221fe6
commit 24a6694b50
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ which includes the Roc compiler and some helpful utilities.
1. Download the latest roc nightly using the terminal:
```sh
curl -OL 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:

View File

@ -7,10 +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. 1. Download the latest roc nightly using the terminal:
1. Download the latest roc nightly using the terminal:
```sh
curl -OL 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: