some docs nits on installation (#3528)

This commit is contained in:
Lakshman Sankar
2023-07-01 14:57:17 -07:00
committed by GitHub
parent 2126c01a42
commit 419a35e9c9
2 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,9 @@ As an example, you could install the Linux x86_64 version like so:
For example, to obtain the binary file for v0.0.1-alpha, you can run the following commands in a Linux terminal:
```bash
cd ~
curl -LO https://github.com/paradigmxyz/reth/releases/download/v0.0.1-alpha/reth-v0.0.1-alpha-x86_64-unknown-linux-gnu.tar.gz
tar -xvf reth-v0.0.1-alpha-x86_64-unknown-linux-gnu.tar.gz
curl -LO https://github.com/paradigmxyz/reth/releases/download/v0.1.0-alpha.1/reth-v0.1.0-alpha.1-x86_64-unknown-linux-gnu.tar.gz
tar -xvf reth-v0.1.0-alpha.1-x86_64-unknown-linux-gnu.tar.gz
```
1. Test the binary with `./reth --version` (it should print the version).
2. (Optional) Move the `reth` binary to a location in your `PATH`, so the `reth` command can be called from anywhere.
For most Linux distros, you can move the binary to `/usr/local/bin`: `sudo cp ./reth /usr/local/bin`.
For most Linux distros, you can move the binary to `/usr/local/bin`: `sudo cp ./reth /usr/local/bin`.