summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:47:37 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 18:47:37 -0300
commitf89d271f8c55c5d4d62a5f0e44c84a3e2e2f190a (patch)
tree494a3f66bf572cd2549bffd14b87bf0a971e25f9 /README.md
parentf70f209239d51a5893f8f9f080b19b6ee94ff4af (diff)
New upstream version 2.0.11preupstream/2.0.11pre
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index c32286ef..ed4a42ab 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 \<email\>" .. (rpm style)
+- cmake -DDISTRO=1 -DMAINTAINER="name \<email\>" .. (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
------