daemon -> proxyd

This commit is contained in:
Bryan Stitt 2023-02-07 10:11:34 -08:00 committed by GitHub
parent 0b1929a820
commit 8e504254d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ Options:
Start the server with the defaults (listen on `http://localhost:8544` and use `./config/development.toml` which uses the database and cache running under docker and proxies to a bunch of public nodes:
```
cargo run --release -- daemon
cargo run --release -- proxyd
```
## Common commands