mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-12 09:41:24 +00:00
docs: clarify multi-line MOTD (#2441)
This commit is contained in:
@@ -24,9 +24,9 @@ renders
|
||||
|
||||

|
||||
|
||||
To produce a multi-line MOTD, you will need to double escape the newline such as
|
||||
To produce a multi-line MOTD, embed a newline character as `\n` in the string, such as
|
||||
|
||||
-e MOTD="Line one\\nLine two"
|
||||
-e MOTD="Line one\nLine two"
|
||||
|
||||
### Difficulty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user