You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/runal.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,15 +31,24 @@ It works similarly as [processing](https://processing.org/) or [p5js](https://p5
31
31
-**Cross-platform**: runs on Linux, macOS, and Windows
32
32
33
33
34
-
## Installation (runtime)
34
+
## Installation
35
35
36
36
> _*If you want to use Runal as a Go package, see [Go package](#go-package).*_
37
37
38
38
**Runal** runtime is available for **Linux**, **macOS** and **Windows**.
39
39
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
+
40
49
[Download the last release](https://github.com/emprcl/runal/releases) for your platform.
41
50
42
-
### Linux & macOS
51
+
####Linux & macOS
43
52
44
53
In your terminal:
45
54
```sh
@@ -51,7 +60,7 @@ cd runal
51
60
./runal -f my_sketch.js
52
61
```
53
62
54
-
### Windows
63
+
####Windows
55
64
56
65
> _*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.*_
0 commit comments