You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some features are not implemented yet and installation is not fully documented.
10
10
If you know what you are doing, you can use the latest release and do it your way or wait untill installation is documented.
@@ -27,7 +27,7 @@ This tool provides real-time monitoring of your Raspberry Pi's system statistics
27
27
## 🛠️ Building
28
28
29
29
### Prerequisites
30
-
For building from my PC to Rasberry Pi I'm using [cross](https://github.com/cross-rs/cross)
30
+
For building for Rasberry Pi I'm using [cross](https://github.com/cross-rs/cross)
31
31
32
32
### Building for Raspberry Pi
33
33
```bash
@@ -40,7 +40,3 @@ Just run the binary file
40
40
```bash
41
41
./rustberry-poe-monitor
42
42
```
43
-
44
-
---
45
-
46
-
This project is inspired by [klamann/raspi-poe-mon](https://github.com/klamann/raspi-poe-mon) rewritten in Rust for learning purposes and better resource usage.
0 commit comments