Add explanations to installation guide sections

This commit is contained in:
Jan Van Bruggen 2022-09-06 23:24:24 -06:00
parent 7f1d9bf153
commit c62f9ea522
No known key found for this signature in database
GPG key ID: FE2A4E38E0FA6134
3 changed files with 21 additions and 3 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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: