add download link

Signed-off-by: pengzhile <pengzhile@gmail.com>
This commit is contained in:
pengzhile 2021-11-29 17:11:28 +08:00
parent f2d1f7a176
commit af66da6219
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
.idea/
.DS_Store
target/
publish/

View File

@ -4,6 +4,7 @@
## Usage
* download from the [releases page](https://github.com/pengzhile/ja-netfilter/releases)
* add `-javaagent:/absolute/path/to/ja-netfilter.jar` argument (**Change to your actual path**)
* add as an argument of the `java` command.
eg: `java -javaagent:/absolute/path/to/ja-netfilter.jar -jar executable_jar_file.jar`