Skip to content

Commit

Permalink
curl URL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Oct 27, 2023
1 parent ecef221 commit 24a6694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion getting_started/macos_apple_silicon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions getting_started/macos_x86_64.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 24a6694

Please sign in to comment.