From d9f0f588c5f3d71cce3155e42038019b2bff758d Mon Sep 17 00:00:00 2001 From: Peter Turek Date: Tue, 19 Mar 2024 10:44:58 +0100 Subject: [PATCH] update readme about cache directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4735d63..af3120e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Tips: ## Options for run - `./path/to/your/configFile.yaml` Path to your config file. Default is `./yaml-standards.yaml`. - `--fix` Automatically fix allowed standards problems. -- `--path-to-cache-dir=./path/to/cache/dir/` Custom path where should be cache file stored. Default is root directory. +- `--path-to-cache-dir=./path/to/cache/dir/` Custom path where should be cache file stored. Default is the directory PHP stores temporary files in by default ([sys_get_temp_dir()](https://www.php.net/manual/en/function.sys-get-temp-dir.php)). - `--no-cache` Turn off cache functionality. - `--no-progress-bar` Turn off progress bar. Useful e.g. for nicer CI output.