updated README.md

This commit is contained in:
Paul 2024-12-01 09:42:03 +01:00
parent 1d41d9a231
commit 11579d465f

View File

@ -5,19 +5,23 @@
PCSensor temper with Rust and C bindings PCSensor temper with Rust and C bindings
## Howto ## Dependencies
* libclang-dev
* libusb-1.0-0-dev
## Howto
### Dev Run ### Dev Run
``` ```
cargo run cargo r
``` ```
### Build ### Build
```bash ```bash
cargo build --release cargo b -r
``` ```