Skip to content

Commit 3aaf496

Browse files
committed
fix: props value not displaying correctly in code boxes of compiled binaries component
1 parent 2efbb5a commit 3aaf496

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/website/root/compiled-binaries.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ import CodeBlock from "@theme/CodeBlock";
99
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_):
1010

1111
<CodeBlock language="bash">
12-
{`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**`}
12+
curl --proto '=https' --tlsv1.2 -sSf
13+
https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh
14+
| sh -s -- -c {props.node} -d latest -p **YOUR_PATH**
1315
</CodeBlock>
1416

1517
:::tip

docs/website/versioned_docs/version-maintained/compiled-binaries.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ import CodeBlock from "@theme/CodeBlock";
99
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_):
1010

1111
<CodeBlock language="bash">
12-
{`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**`}
12+
curl --proto '=https' --tlsv1.2 -sSf
13+
https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh
14+
| sh -s -- -c {props.node} -d latest -p **YOUR_PATH**
1315
</CodeBlock>
1416

1517
:::tip

0 commit comments

Comments
 (0)