From f6d425be551dc97f437b2d813ac2b8d75aa2f54c Mon Sep 17 00:00:00 2001 From: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:49:38 +0000 Subject: [PATCH] Reinstate binary dist instructions (#897) --- docs/get-started/how-to/run-a-node/nethermind.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/get-started/how-to/run-a-node/nethermind.mdx b/docs/get-started/how-to/run-a-node/nethermind.mdx index 7778ebb54..3d5bd1dae 100644 --- a/docs/get-started/how-to/run-a-node/nethermind.mdx +++ b/docs/get-started/how-to/run-a-node/nethermind.mdx @@ -15,13 +15,14 @@ maintaining a local copy of the blockchain. However, if you want to interact wit Linea-specific methods and features, you should [install Linea Besu](./linea-besu.mdx) instead. ::: -{/* Run using the binary distribution +## Run using the binary distribution :::info Ensure you review [Nethermind's installation Guidelines](https://docs.nethermind.io/get-started/installing-nethermind) before installing the Nethermind client. -If you're not comfortable with installing the binary distribution, consider using [Docker](#run-using-docker) instead. +If you're not comfortable with installing the binary distribution, consider using [Docker](#run-using-docker) +instead. ::: ### Step 1. Install Nethermind @@ -62,7 +63,8 @@ Start the node using the following command: -The Nethermind node will attempt to find peers to begin synchronizing and to download the world state. */} +The Nethermind node will attempt to find peers to begin synchronizing and to download the world +state. ## Run using Docker