1
0
mirror of https://github.com/HorlogeSkynet/archey4 synced 2025-05-05 00:00:11 +02:00

[DOC] Provides proper links towards iStats and osx-cpu-temp projects

> closes #129
This commit is contained in:
Samuel FORESTIER 2023-01-20 10:34:52 +01:00
parent f378d852cf
commit 2d1559d90a

@ -80,7 +80,7 @@ The answer is [here](https://blog.samuel.domains/archey4).
| All | `procps` (maybe `procps-ng`) | Many entries would not work as expected | Would provide `ps` |
| All | `dnsutils` (maybe `bind-tools`) | **WAN\_IP** would be detected faster | Would provide `dig` |
| All | `lm-sensors` (maybe `lm_sensors`) | **Temperature** would be more accurate | N/A |
| macOS (Darwin) | `iStats` or `osx-cpu-temp` | **Temperature** wouldn't be detected without it | N/A |
| macOS (Darwin) | [`iStats`] or [`osx-cpu-temp`] | **Temperature** wouldn't be detected without it | N/A |
| Graphical (desktop) | `pciutils` or `pciconf` | **GPU** wouldn't be detected without it | Would provide `lspci`/`pciconf` |
| Graphical (desktop) | `wmctrl` | **WindowManager** would be more accurate | N/A |
| Virtual w/o `systemd` | `virt-what` | **Model** would contain details about the hypervisor | **root** privileges required |
@ -474,3 +474,6 @@ Any improvement would be appreciated.
* Don't forget to check the [Info for contributors](https://github.com/HorlogeSkynet/archey4/wiki/Info-for-contributors) wiki page.
* Any patch sent by e-mail to [dev+archey@samuel.domains](mailto:dev+archey@samuel.domains) would get properly reviewed.
[`iStats`]: https://github.com/Chris911/iStats
[`osx-cpu-temp`]: https://github.com/lavoiesl/osx-cpu-temp