From bc8219772fc0ef0b69e4050ac6ff3988b1b2954e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 23 Jun 2024 01:16:27 +0200 Subject: [PATCH] README.md: mention argument quoting difference on Windows --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8f7867f..efa6573 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,11 @@ modify the text displayed on the map. This can be used if the text matched by `--sign-filter 's/\[Map\]//'` would replace each occurence of "\[Map\]" with the empty string. +**Note:** On Windows, double quotes (`"`) must be used for arguments instead +of single quotes (`'`), and all backslashes in the arguments must be escaped +by doubling them. This can make regular expressions somewhat difficult to +write and to read. + ## Installation Binary builds of the map generator for Linux and Windows, as well as an archive