From 9e596a1016a4ae6690bc69b015b1273b30ea604e Mon Sep 17 00:00:00 2001 From: hacker1024 Date: Tue, 15 Sep 2020 10:55:31 +1000 Subject: [PATCH] Add coretemp install instructions to README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bc692f..3344b68 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Dropbear seems to not be able to set correct locale. So if accessing bpytop over ## Optionals for additional stats -(Optional OSX) **[osx-cpu-temp](https://github.com/lavoiesl/osx-cpu-temp)** Needed to show CPU temperatures. +(Optional OSX) **[coretemp](https://github.com/hacker1024/coretemp)** (recommended), or **[osx-cpu-temp](https://github.com/lavoiesl/osx-cpu-temp)** (less accurate) needed to show CPU temperatures. ## Screenshots @@ -228,7 +228,11 @@ brew install python3 git python3 -m pip install psutil ``` ->Install optional dependency osx-cpu-temp +>Install optional dependency coretemp (recommended), or osx-cpu-temp (less accurate) + +``` bash +brew install hacker1024/hacker1024/coretemp +``` ``` bash brew install osx-cpu-temp