Skip to content

Commit

Permalink
Merge branch 'main' into quickstart-3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr authored Dec 12, 2024
2 parents d5d6d2c + ebf4a42 commit df9abd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 5 additions & 3 deletions docs/get-started/how-to/run-a-node/nethermind.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -62,7 +63,8 @@ Start the node using the following command:
</TabItem>
</Tabs>

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

Expand Down
3 changes: 0 additions & 3 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const sidebars = {
type: "doc",
id: "get-started/how-to/deploy-smart-contract/index",
},
collapsible: false,
items: [
"get-started/how-to/deploy-smart-contract/atlas",
"get-started/how-to/deploy-smart-contract/foundry",
Expand All @@ -63,7 +62,6 @@ const sidebars = {
type: "doc",
id: "get-started/how-to/verify-smart-contract/index",
},
collapsible: false,
items: [
"get-started/how-to/verify-smart-contract/atlas",
"get-started/how-to/verify-smart-contract/foundry",
Expand Down Expand Up @@ -94,7 +92,6 @@ const sidebars = {
type: "doc",
id: "get-started/how-to/run-a-node/index",
},
collapsible: false,
items: [
"get-started/how-to/run-a-node/besu",
"get-started/how-to/run-a-node/erigon",
Expand Down

0 comments on commit df9abd0

Please sign in to comment.