Skip to content

Commit

Permalink
fix(docs): fix install command (paradigmxyz#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Feb 22, 2023
1 parent 281f139 commit 9be76ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9be76ca

Please sign in to comment.