Skip to content

Commit

Permalink
tweaked usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lavoiesl committed May 14, 2012
1 parent b220a64 commit 92d3482
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ Outputs current CPU temperature in °C for OSX

## Usage

```
### Compiling
```bash
make
```

### Running

```bash
./osx-cpu-temp
```

or

```
make
sudo make install
```bash
sudo make install # installs to /usr/local/bin
osx-cpu-temp
```

Expand Down

0 comments on commit 92d3482

Please sign in to comment.