Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
narugit committed Feb 23, 2022
1 parent 444eeac commit 9d8bd73
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ Should be compatible with other RPi distros with `vcgencmd` available.

### On macOS

This plugin uses [lavoiesl/osx-cpu-temp](https://github.com/lavoiesl/osx-cpu-temp).
This plugin uses [narugit/smctemp](https://github.com/narugit/smctemp).

```console
$ git clone https://github.com/lavoiesl/osx-cpu-temp /tmp/osx-cpu-temp
$ (cd /tmp/osx-cpu-temp && make && sudo make install)
$ rm -rf /tmp/osx-cpu-temp
$ git clone https://github.com/narugit/smctemp
$ cd smctemp
$ make
$ cp ./smctemp {YOUR_INSTALLATION_PATH}
```

## Installation
Expand Down

0 comments on commit 9d8bd73

Please sign in to comment.