Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 230 Bytes

build.md

File metadata and controls

4 lines (3 loc) · 230 Bytes

Building from source

  • cargo build - this builds the "debug" version
  • cargo build --target x86_64-unknown-linux-musl --release - this builds the "release" version using musl (which you can run on your VPS, for example)