From c9dc6b4abba0e2f389b6fd90d0ccd3735c7a31a3 Mon Sep 17 00:00:00 2001 From: pengzhile Date: Tue, 30 Nov 2021 11:09:39 +0800 Subject: [PATCH] update doc Signed-off-by: pengzhile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a92b00a..c02f7f9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ . `eg: java -Djanf.config="/home/neo/downloads/janf_config.txt"` * some apps support the `JVM Options file`, you can add as a line of the `JVM Options file` . `eg: -Djanf.config="/home/neo/downloads/janf_config.txt"` - * file path in the same dir as the `ja-netfilter.jar` + * file path in the same dir as the `ja-netfilter.jar` (**PREFERRED!**) * file path in your home directory, named: `.janf_config.txt`. `eg: /home/neo/.janf_config.txt` * file path in the subdirectory named `.config` in your home directory. `eg: /home/neo/.config/janf_config.txt` * file path in the subdirectory named `.local/etc` in your home