From 6a2e1688843040dc3d4c2dad189cb01013807481 Mon Sep 17 00:00:00 2001 From: Levi Zim Date: Sun, 22 Feb 2026 08:13:50 +0800 Subject: [PATCH] Fix missing new line in a code block of systemd.mdx --- docs/systemd.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/systemd.mdx b/docs/systemd.mdx index d8e4e3e6..b953e41a 100644 --- a/docs/systemd.mdx +++ b/docs/systemd.mdx @@ -16,8 +16,8 @@ You can download the latest binary release for your architecture from our [relea { versions => - curl -sL https://raw.githubusercontent.com/parca-dev/parca/main/parca.yaml > parca.yaml - curl -sL https://github.com/parca-dev/parca/releases/download/{versions.server}/parca_{versions.server.substring(1)}_`uname -s`_`uname -m`.tar.gz | tar xvfz - + {`curl -sL https://raw.githubusercontent.com/parca-dev/parca/main/parca.yaml > parca.yaml +curl -sL https://github.com/parca-dev/parca/releases/download/${versions.server}/parca_${versions.server.substring(1)}_\`uname -s\`_\`uname -m\`.tar.gz | tar xvfz -`} }