From ad5f49978254d64cc6efa06e35d94da54b34f44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20M=C3=A9ndez?= Date: Sat, 6 Jul 2024 23:29:30 -0600 Subject: [PATCH] Correct build instructions to avoid variable substitution on heredoc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 904acb6..5390b83 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Install and setup [sbuild](https://wiki.debian.org/sbuild) running the following ```bash sudo apt-get install sbuild schroot debootstrap apt-cacher-ng devscripts piuparts -sudo tee ~/.sbuildrc << EOF +sudo tee ~/.sbuildrc << "EOF" ############################################################################## # PACKAGE BUILD RELATED (additionally produce _source.changes) ##############################################################################