Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwu51 authored Apr 26, 2024
1 parent aca185e commit 8f487f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Based on the jvm instrumentation tech, javassist lib, JVMTI.
# Usage
Download the zip file from the [release](https://github.com/sunwu51/JVMByteSwapTool/releases) page.

Make sure you have a JDK >= 1.8.
Make sure you have a JDK >= 1.8 and should better JDK <= 11, because javassist may not support new language feature util now.
```bash
$ unzip swapper-<latest-version>.zip

Expand All @@ -37,4 +37,4 @@ Trigger this method, and then the params and return value and execution time cos

It's `Watch` one of the functions provided by swapper tool.

Get more functions and details from the [wiki](https://github.com/sunwu51/JVMByteSwapTool/wiki).
Get more functions and details from the [wiki](https://github.com/sunwu51/JVMByteSwapTool/wiki).

0 comments on commit 8f487f6

Please sign in to comment.