mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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