diff --git a/README.md b/README.md index a05576d..2786784 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,11 @@ Available columns: - MeterReading - LineOne - LineTwo -- LineThree \ No newline at end of file +- LineThree + +## Build +1. Setup cross-rs: https://github.com/cross-rs/cross/blob/main/docs/getting-started.md +2. Compile: +```bash +cross build --target aarch64-unknown-linux-musl --release +``` \ No newline at end of file