mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
curl URL fix
This commit is contained in:
parent
ecef221fe6
commit
24a6694b50
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user