Skip to content

Commit a7b6b2b

Browse files
author
Xavier Godart
committed
update runal doc
1 parent e9727ec commit a7b6b2b

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

content/runal.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,25 @@ mkdir -p runal && tar -zxvf signls_runal.tar.gz -C runal
5858
cd runal
5959

6060
# Run runal
61-
./runal -f my_sketch.js
61+
./runal
62+
63+
# Run runal demo
64+
./runal -demo
6265
```
6366

6467
#### Windows
6568

6669
> _*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.*_
6770
6871
Unzip the archive and, in the same directory, run:
72+
```winbatch
73+
; Run runal
74+
.\runal.exe
75+
76+
; Run runal demo
77+
.\runal.exe -demo
6978
```
70-
.\runal.exe -f my_sketch.js
71-
```
79+
7280
Replace _./runal_ by _.\runal.exe_ for every following commands.
7381

7482
### Go install

0 commit comments

Comments
 (0)