Skip to content

Commit a62c2f6

Browse files
authored
Update readme.md
1 parent 7b9c900 commit a62c2f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ Prometheus also Requires LuaJIT or Lua51 in order to work. The Lua51 binaries ca
2020

2121
On Windows the windows release can also be used, which includes everything needed to run the prometheus cli.
2222
## Usage
23-
Prometheus provides a simple cli for obfuscating scripts. It can be used as following:
23+
To quickly obfuscate a script:
2424
```batch
25-
lua ./cli.lua [options] ./your_file.lua
25+
lua ./cli.lua --preset Strong ./your_file.lua
2626
```
2727
When using the windows release:
2828
```batch
29-
prometheus.exe [options] ./your_file.lua
29+
prometheus.exe --preset Strong ./your_file.lua
3030
```
31+
For more advances use cases see the [Documentation](https://levno-710.gitbook.io/prometheus/).
3132
## Tests
3233
To perform the Prometheus Tests, just run
3334
```batch

0 commit comments

Comments
 (0)