Skip to content

Commit

Permalink
chore: update readme (#139)
Browse files Browse the repository at this point in the history
* chore: update readme

* chore: update readme

* chore: update readme
  • Loading branch information
bitcoinbrisbane authored Oct 30, 2023
1 parent 6be97fd commit 5b64e38
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ethereum-client/running-nethermind/running-the-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ The executable name depends on the installation source. If installed with PPA, i
For instance, to launch the client with the default configuration for the Mainnet and custom data directory, run:

```bash
./Nethermind.Runner -c mainnet -dd path/to/data/dir
./nethermind -c mainnet -dd path/to/data/dir
```
{% endtab %}

{% tab title="Windows" %}
To launch the client with the default configuration for the Mainnet and custom data directory, run:

```
./Nethermind.Runner.exe -c mainnet -dd path/to/data/dir
nethermind.exe -c mainnet -dd path/to/data/dir
```
{% endtab %}

Expand All @@ -37,7 +37,7 @@ The executable name depends on the installation source. If installed with Homebr
For instance, to launch the client with the default configuration for the Mainnet and custom data directory, run:

```bash
./Nethermind.Runner -c mainnet -dd path/to/data/dir
./nethermind -c mainnet -dd path/to/data/dir
```
{% endtab %}
{% endtabs %}
Expand All @@ -51,21 +51,21 @@ For rookies, the launcher is the easiest way to begin by just following a few si
{% tabs %}
{% tab title="Linux" %}
{% hint style="info" %}
The executable name depends on the installation source. If installed with PPA, it's `nethermind`. Otherwise, it's `Nethermind.Launcher`.
The executable name depends on the installation source. If installed with PPA, it's `nethermind-launcher`. Otherwise, it's `Nethermind.Launcher`.
{% endhint %}

Run the launcher as follows:

```bash
./Nethermind.Launcher
./nethermind-launcher
```
{% endtab %}

{% tab title="Windows" %}
Run the launcher as follows:

```powershell
./Nethermind.Launcher.exe
./nethermind-launcher.exe
```
{% endtab %}

Expand All @@ -77,7 +77,7 @@ The executable name depends on the installation source. If installed with Homebr
Run the launcher as follows:

```bash
./Nethermind.Launcher
./nethermind-launcher
```
{% endtab %}
{% endtabs %}
Expand Down

0 comments on commit 5b64e38

Please sign in to comment.