mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
fix(docs): fix install command (#1503)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user