Skip to content

Commit

Permalink
fix: props value not displaying correctly in code boxes of compiled b…
Browse files Browse the repository at this point in the history
…inaries component
  • Loading branch information
jpraynaud committed Nov 25, 2024
1 parent 2efbb5a commit 3aaf496
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/website/root/compiled-binaries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import CodeBlock from "@theme/CodeBlock";
You can install a the **latest** released binary of the **{props.node}** by running this one line command (_replace **YOUR_PATH** with your installation path_):

<CodeBlock language="bash">
{`curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c {props.node} -d latest -p **YOUR_PATH**`}
curl --proto '=https' --tlsv1.2 -sSf
https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh
| sh -s -- -c {props.node} -d latest -p **YOUR_PATH**
</CodeBlock>

:::tip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import CodeBlock from "@theme/CodeBlock";
You can install a the **latest** released binary of the **{props.node}** by running this one line command (_replace **YOUR_PATH** with your installation path_):

<CodeBlock language="bash">
{`curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c {props.node} -d latest -p **YOUR_PATH**`}
curl --proto '=https' --tlsv1.2 -sSf
https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh
| sh -s -- -c {props.node} -d latest -p **YOUR_PATH**
</CodeBlock>

:::tip
Expand Down

0 comments on commit 3aaf496

Please sign in to comment.