We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08664a4 commit 717a639Copy full SHA for 717a639
README.md
@@ -1,3 +1,26 @@
1
# Cafully
2
3
+ 
4
5
+## Usage
6
+
7
+Add JVM Options
8
9
+`-javaagent:/absolute/path/to/cafully-agent.jar`
10
11
+If you usage `JDK17+` also add:
12
13
+```
14
+--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED
15
+--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED
16
17
18
+## Plugin
19
20
+### Usage
21
22
+Drag the plugin file to the plugin folder
23
24
+### Custom
25
26
+[example-cafully-plugin](https://github.com/Cafully/example-cafully-plugin)
0 commit comments