From 4116ad669220dbd9c8b6042295fa909541fae8e1 Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Sun, 6 Aug 2023 04:00:29 +0900 Subject: [PATCH] Add a note about trailing backslashes in shell --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c7c3414d..bfc1cdd5e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ The main differences between this and the upstream repository are ## How to setup (Podman Rootless) +_You don't need to replicate backslashes followed by line breaks. They mean "Ignore the next line break" and are only used for better readability. `a \ b \ c` is the same as `a b c`._ + ### 0. Requirements - A decent CPU