From af66da6219ce1cff3b863199f2519340210c1394 Mon Sep 17 00:00:00 2001 From: pengzhile Date: Mon, 29 Nov 2021 17:11:28 +0800 Subject: [PATCH] add download link Signed-off-by: pengzhile --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5c32aa1..c8cf552 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .idea/ .DS_Store target/ +publish/ diff --git a/README.md b/README.md index dc92651..a92b00a 100644 --- a/README.md +++ b/README.md @@ -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`