From 5c23aa05c9c252b3f6e60f40504a3388a4497d9d Mon Sep 17 00:00:00 2001 From: hugoalh <32359235+hugoalh@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:34:53 +0800 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 024c501..5e4f8a4 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ jobs: ### `clamav_customassets_directory` -`` ClamAV custom assets absolute directory path, must be a mapped directory (e.g.: `RUNNER_TEMP`). When this is not defined, will ignore input [`clamav_customassets_use`](#clamav_customassets_use). +`` ClamAV custom assets absolute directory path, must be a mapped directory/volume (e.g.: `RUNNER_TEMP`). When this is not defined, will ignore input [`clamav_customassets_use`](#clamav_customassets_use). ### `clamav_customassets_use` @@ -102,7 +102,7 @@ jobs: ### `yara_customassets_directory` -`` YARA custom assets absolute directory path, must be a mapped directory (e.g.: `RUNNER_TEMP`). When this is not defined, will ignore input [`yara_customassets_use`](#yara_customassets_use). +`` YARA custom assets absolute directory path, must be a mapped directory/volume (e.g.: `RUNNER_TEMP`). When this is not defined, will ignore input [`yara_customassets_use`](#yara_customassets_use). ### `yara_customassets_use`