Skip to content

Commit 05e1fca

Browse files
committed
feat(tutorials): warn users to install the correct axoned version
1 parent abe84d4 commit 05e1fca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/tutorials/cli-1.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ You'll need the [`axoned`](https://github.com/axone-protocol/axoned) binary on y
2424

2525
### `axoned` one-liner installer script
2626

27+
:::caution
28+
The following installation procedure targets the latest released version of the axoned CLI, which may be ahead of the version currently supported by the targeted network.
29+
30+
To ensure compatibility, make sure to install the version that matches the network's version. You can verify the correct version by checking the parameters of the network on the [Axone testnet explorer](https://explore.axone.xyz/Axone%20testnet/params).
31+
:::
32+
2733
<CodeBlock language="bash">
2834
{`curl https://i.jpillora.com/axone-protocol/axoned@${data.axonedVersion}! | bash`}
2935
</CodeBlock>

0 commit comments

Comments
 (0)