From db3aa9e17d43dc741ca4601bb31c0e4f2d50847f Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Mon, 14 Feb 2022 16:05:19 +0100 Subject: [PATCH] no need for newline in echo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af31f73..a7b63f8 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ ALHP provides a debuginfod instance for each CPU-Level it builds for. To enable them for your repo (example for `x86-64-v3`): ```bash -echo "https://debuginfod-x86-64-v3.harting.dev\n" > /etc/debuginfod/alhp.urls +echo "https://debuginfod-x86-64-v3.harting.dev" > /etc/debuginfod/alhp.urls ``` Be sure to use the correct url for your respective repo mentioned above and have `debuginfod` installed on your system.