mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Add explanations to installation guide sections
This commit is contained in:
parent
7f1d9bf153
commit
c62f9ea522
3 changed files with 21 additions and 3 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
## How to install Roc
|
||||
|
||||
In order to develop in Roc, you need to install the Roc CLI,
|
||||
which includes the Roc compiler and various helpful utilities.
|
||||
|
||||
1. Download the latest nightly from the assets [here](https://github.com/roc-lang/roc/releases).
|
||||
|
||||
1. Untar the archive:
|
||||
|
@ -10,7 +13,10 @@
|
|||
tar -xf roc_nightly-linux_x86_64-<VERSION>.tar.gz
|
||||
```
|
||||
|
||||
## How to install `examples/` dependencies
|
||||
## How to install Roc platform dependencies
|
||||
|
||||
In order to compile Roc apps (either in `examples/` or in your own projects),
|
||||
you need to install one or more of these platform language compilers, too.
|
||||
|
||||
1. Install the Rust compiler, for apps with Rust-based platforms:
|
||||
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
## How to install Roc
|
||||
|
||||
In order to develop in Roc, you need to install the Roc CLI,
|
||||
which includes the Roc compiler and various 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...":
|
||||
|
@ -16,7 +19,10 @@
|
|||
roc_nightly-darwin_apple_silicon-<VERSION>.tar.gz
|
||||
```
|
||||
|
||||
## How to install `examples/` dependencies
|
||||
## How to install Roc platform dependencies
|
||||
|
||||
In order to compile Roc apps (either in `examples/` or in your own projects),
|
||||
you need to install one or more of these platform language compilers, too.
|
||||
|
||||
1. Install the Rust compiler, for apps with Rust-based platforms:
|
||||
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
## How to install Roc
|
||||
|
||||
In order to develop in Roc, you need to install the Roc CLI,
|
||||
which includes the Roc compiler and various 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...":
|
||||
|
@ -16,7 +19,10 @@
|
|||
roc_nightly-macos_x86_64-<VERSION>.tar.gz
|
||||
```
|
||||
|
||||
## How to install `examples/` dependencies
|
||||
## How to install Roc platform dependencies
|
||||
|
||||
In order to compile Roc apps (either in `examples/` or in your own projects),
|
||||
you need to install one or more of these platform language compilers, too.
|
||||
|
||||
1. Install the Rust compiler, for apps with Rust-based platforms:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue