fix(docs): fix install command (#1503)

This commit is contained in:
Matthias Seitz
2023-02-22 15:05:32 +01:00
committed by GitHub
parent 281f139b0d
commit 9be76ca2d4

View File

@ -15,7 +15,7 @@ Then clone the repository and build the binary:
```console
git clone https://github.com/paradigmxyz/reth
cd reth
cargo install --release --locked --path . --bin reth
cargo install --locked --path bin/reth --bin reth
```
The binary will now be in a platform specific folder, and should be accessible as `reth` via the command line.