Add coretemp install instructions to README.md

pull/122/head
hacker1024 2020-09-15 10:55:31 +10:00 committed by GitHub
parent 8f9e8e852d
commit 9e596a1016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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