Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 327 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 327 Bytes

Run the client

To run the client:

  1. install rust
  2. Build the client with with
Cargo build --release
  1. Copy Config.toml.example to Config.toml
  2. Modify Config.toml to match your setup.
    • Run with:

      Cargo run --release
      

      OR

    • Run the produced executable directly