Skip to content

Commit c902bd2

Browse files
committed
feat: add supported clients to readme
1 parent fb6630c commit c902bd2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ If you encounter problems with your node, please open a [GitHub issue](https://g
6262
docker compose up --build
6363
```
6464

65+
> [!NOTE]
66+
> To run the node using a supported client, you can use the following command:
67+
> `CLIENT=supported_client docker compose up --build`
68+
>
69+
> Supported clients:
70+
> - Geth
71+
> - Reth
72+
> - Nethermind
73+
6574
4. You should now be able to `curl` your Base node:
6675

6776
```

0 commit comments

Comments
 (0)