Skip to content

Commit 73ba78c

Browse files
levno-710gitbook-bot
authored andcommitted
GitBook: [#19] No subject
1 parent 8c72378 commit 73ba78c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/obfuscating-your-first-script.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Now run the following command inside of the Prometheus directory:
1818
lua ./cli.lua ./hello_world.lua
1919
```
2020

21+
You may notice, that the console output looks weird. If that is the case, your terminal does not support ansi color escape sequences. You should add the `--nocolors` option:
22+
23+
```batch
24+
lua ./cli.lua --nocolors ./hello_world.lua
25+
```
26+
2127
This should create the following file:
2228

2329
{% code title="hello_world.obfuscated.lua" %}

0 commit comments

Comments
 (0)