mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
README.md: mention argument quoting difference on Windows
This commit is contained in:
parent
661da4698d
commit
bc8219772f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue