Skip to content

Commit c835ae8

Browse files
committed
add quick install instructions
1 parent ae92d8b commit c835ae8

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

content/runal.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,24 @@ It works similarly as [processing](https://processing.org/) or [p5js](https://p5
3131
- **Cross-platform**: runs on Linux, macOS, and Windows
3232

3333

34-
## Installation (runtime)
34+
## Installation
3535

3636
> _*If you want to use Runal as a Go package, see [Go package](#go-package).*_
3737
3838
**Runal** runtime is available for **Linux**, **macOS** and **Windows**.
3939

40+
### Quick-install
41+
42+
On **linux** or **macOS**, you can run this quick-install bash script:
43+
```sh
44+
curl -sSL empr.cl/get/runal | bash
45+
```
46+
47+
### Manual installation
48+
4049
[Download the last release](https://github.com/emprcl/runal/releases) for your platform.
4150

42-
### Linux & macOS
51+
#### Linux & macOS
4352

4453
In your terminal:
4554
```sh
@@ -51,7 +60,7 @@ cd runal
5160
./runal -f my_sketch.js
5261
```
5362

54-
### Windows
63+
#### Windows
5564

5665
> _*We recommend using [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701) with a good monospace font like [Iosevka](https://typeof.net/Iosevka/) to display Runal correctly on Windows.*_
5766

0 commit comments

Comments
 (0)