From e2aa28ce260d6764ef4a982be913c5a563356bc8 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Sat, 2 Mar 2024 01:55:52 +0100 Subject: DOC README.md Distro building add distro maintainer --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c32286ef..8486f246 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Test](https://github.com/hardinfo2/hardinfo2/actions/workflows/test.yml/badge.svg)](https://github.com/hardinfo2/hardinfo2/actions/workflows/test.yml) -[![GitHub release](https://img.shields.io/github/release/hardinfo2/hardinfo2.svg)](https://hardinfo2.org/github?latest_release) +[![GitHub release](https://img.shields.io/github/v/release/hardinfo2/hardinfo2?display_name=release)](https://hardinfo2.org/github?latest_release) [![GitHub release](https://img.shields.io/github/v/release/hardinfo2/hardinfo2?include_prereleases&label=PreRelease&color=blue&display_name=release)](https://hardinfo2.org/github?latest_prerelease) HARDINFO2 @@ -66,9 +66,10 @@ Building and installing Distro building --------------- For distribution in the different distros - please use the cmake build system with CPack: -- cmake -DDISTRO=1.el8 .. (rpm style) -- cmake -DDISTRO=1 .. (deb style) +- cmake -DDISTRO=1.el8 -DMAINTAINER="name " .. (rpm style) +- cmake -DDISTRO=1 -DMAINTAINER="name " .. (deb style) - make package +- make package_source Please add/change CMakeLists.txt for your distro, so we have an easy to use package for all distributions. @@ -90,7 +91,7 @@ Load with `modprobe eeprom` and refresh the module screen. - **xdg-utils**: xdg_open is used to open your browser for bugs, homepage & links. - **iperf3**: iperf3 is used to benchmark internal network speed. - **apcaccess**: apcaccess is used for battery information. (optional) -- **lspci/lsusb**: is used for bus information - installed by distro. (optional) +- **lspci/lsusb**: is used for bus information - only used on old kernels and installed by distro. (optional) License ------ -- cgit v1.2.3