diff --git a/README.md b/README.md index ceda570..f46fdac 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,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 @@ -236,7 +236,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