Skip to content

Commit 5e35ffc

Browse files
committed
Elaborated how mac can call dyalogscript
1 parent 250a86d commit 5e35ffc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ rl.Init ''
8282
> ```bash
8383
> ENABLE_CEF=0 dyalog
8484
> ```
85+
> It is also possible with dyalogscript, but dyalogscript ignores environment variables so add `ENABLE_CEF=0` as an argument:
86+
> ```bash
87+
> dyalogscript ENABLE_CEF=0 path/to/file.apls
88+
> ```
89+
8590
8691
Try running the following after importing raylib as rl:
8792
```

0 commit comments

Comments
 (0)