Skip to content

Commit

Permalink
fix: release of parca-agent is as binary, not archive (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh authored Jan 21, 2025
1 parent 7ee07a3 commit 75f34a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/agent-binary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ You can download the latest agent binary release for your architecture from our
<WithVersions language="bash">
{ versions =>
<CodeBlock className="language-bash">
curl -sL https://github.com/parca-dev/parca-agent/releases/download/{versions.agent}/parca-agent_{versions.agent.substring(1)}_`uname -s`_`uname -m`.tar.gz | tar xvfz - parca-agent
curl -sL https://github.com/parca-dev/parca-agent/releases/download/{versions.agent}/parca-agent_{versions.agent.substring(1)}_`uname -s`_`uname -m` -o parca-agent && \
chmod +x parca-agent
</CodeBlock>
}
</WithVersions>
Expand Down

0 comments on commit 75f34a9

Please sign in to comment.