Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nethermind binary dist instructions #897

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
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 @@
</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

Check failure on line 66 in docs/get-started/how-to/run-a-node/nethermind.mdx

View workflow job for this annotation

GitHub Actions / Spelling

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Nethermind'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Nethermind'?", "location": {"path": "docs/get-started/how-to/run-a-node/nethermind.mdx", "range": {"start": {"line": 66, "column": 5}}}, "severity": "ERROR"}
state.

## Run using Docker

Expand Down
Loading