From 2562d98b72edd67a384fb670cabcdc01707c892d Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Fri, 12 Apr 2024 06:10:21 -0700 Subject: [PATCH] Clarify the meaning of the paths for file and directory references --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f14c742..91c22af 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ A directory reference guarantees that the given directory exists. For example: # This script will format the files in [dir:src]. ``` +File and directory paths are relative to the working directory, which is typically the root of the project or repository. + ## Tag names The name of a tag may consist of any UTF-8 text except the right square bracket `]`. Internal whitespace (as in `[tag:foo bar]`) is allowed, and surrounding whitespace (as in `[tag: baz ]`) is ignored. Tag names are case-sensitive, so `[tag:foo]` and `[tag:Foo]` are different tags.