- Linux:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Windows:
Downloadrustup
: https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe
-
Clone the repo
-
Build:
cd sthathor cargo build # for debug cargo build --release # for release
- Print help information:
$ ./target/debug/sthathor --help