Skip to content

Commit 02e8142

Browse files
committed
Update github build to "Build", small readme adjustments
1 parent 36b6596 commit 02e8142

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on: push
2-
name: Clippy check
2+
name: Build
33

44
# Make sure CI fails on all warnings, including Clippy lints
55
env:

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# 🍇 RustBerry-PoE-Monitor 🖥️
1+
# 🦀🍇 RustBerry-PoE-Monitor
22

33
[![Build](https://github.com/jackra1n/RustBerry-PoE-Monitor/actions/workflows/build.yaml/badge.svg)](https://github.com/jackra1n/RustBerry-PoE-Monitor/actions/workflows/build.yaml)
44
![Rust](https://img.shields.io/badge/rust-%23000000.svg?logo=rust&logoColor=white)
55
![Raspi](https://img.shields.io/badge/Raspberry%20Pi-A22846?logo=Raspberry%20Pi&logoColor=white)
66

7-
## 🚨 THIS PROJECT IS UNDER DEVELOPMENT 🚨
7+
## THIS PROJECT IS UNDER DEVELOPMENT
88

99
Some features are not implemented yet and installation is not fully documented.
1010
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
2727
## 🛠️ Building
2828

2929
### 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)
3131

3232
### Building for Raspberry Pi
3333
```bash
@@ -40,7 +40,3 @@ Just run the binary file
4040
```bash
4141
./rustberry-poe-monitor
4242
```
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

Comments
 (0)