README.md: mention argument quoting difference on Windows

This commit is contained in:
Matthias Schiffer 2024-06-23 01:16:27 +02:00
parent 661da4698d
commit bc8219772f
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -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