Skip to content

Commit 335fa06

Browse files
committed
add prometheus webapp link to docs
1 parent 1610043 commit 335fa06

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

doc/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ description: Prometheus is a Lua obfuscator written in pure Lua.
66

77
Prometheus obfuscates Lua source code using AST transforms and a configurable pipeline.
88

9-
This documentation is for the current codebase in this repository and covers:
9+
Use the [Prometheus Webapp](https://prometheus-lua.github.io/Prometheus/) to quickly try out settings and test small snippets. For larger scripts and advanced workflows, use the CLI (`prometheus-lua` or `cli.lua`).
10+
11+
This documentation covers:
1012

1113
- CLI usage (`prometheus-lua` and `cli.lua`)
1214
- configuration and presets

doc/getting-started/quickstart-first-obfuscation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Quickstart: First Obfuscation
22

3+
You can quickly try Prometheus in the [Prometheus Webapp](https://prometheus-lua.github.io/Prometheus/). For large scripts or advanced use cases, prefer the CLI workflow below.
4+
35
Create a simple Lua file:
46

57
```lua

0 commit comments

Comments
 (0)