updated README.md
This commit is contained in:
parent
1d41d9a231
commit
11579d465f
10
README.md
10
README.md
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user