We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250a86d commit 5e35ffcCopy full SHA for 5e35ffc
README.md
@@ -82,6 +82,11 @@ rl.Init ''
82
> ```bash
83
> ENABLE_CEF=0 dyalog
84
> ```
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
+
90
91
Try running the following after importing raylib as rl:
92
```
0 commit comments