From 109dd29a0446182dbb05479b0aadd56a21aa71b2 Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:51:56 -0400 Subject: [PATCH] Update celestia-node.md --- how-to-guides/celestia-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-guides/celestia-node.md b/how-to-guides/celestia-node.md index 17cc75fec6a..7d1d136e8d6 100644 --- a/how-to-guides/celestia-node.md +++ b/how-to-guides/celestia-node.md @@ -115,7 +115,7 @@ You can install the latest version or specify a particular version: # Install latest version bash -c "$(curl -sL https://docs.celestia.org/celestia-node.sh)" -# Install specific version +# Install specific version, Mainnet Beta in this example bash -c "$(curl -sL https://docs.celestia.org/celestia-node.sh)" -- -v {{mainnetVersions['node-latest-tag']}} ```