Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaium committed Feb 2, 2023
1 parent 08664a4 commit 717a639
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Cafully

![GitHub](https://img.shields.io/github/license/Cafully/cafully?style=flat-square) ![Maven Central](https://img.shields.io/maven-central/v/cn.enaium.cafully/cafully-agent?style=flat-square)

## Usage

Add JVM Options

`-javaagent:/absolute/path/to/cafully-agent.jar`

If you usage `JDK17+` also add:

```
--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED
--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED
```

## Plugin

### Usage

Drag the plugin file to the plugin folder

### Custom

[example-cafully-plugin](https://github.com/Cafully/example-cafully-plugin)

0 comments on commit 717a639

Please sign in to comment.