Skip to content

Commit f458c06

Browse files
authored
Update README.md
added macos gnuplot installation instructions
1 parent f870908 commit f458c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ git clone https://github.com/gh0st42/procrec
1717
$ cargo install --path .
1818
```
1919

20-
If you want plotting functionality you also need to install gnuplot via your package manager (e.g., `sudo apt install gnuplot`).
20+
If you want plotting functionality you also need to install gnuplot via your package manager (e.g., `sudo apt install gnuplot` or `brew install gnuplot`).
2121

2222
## Usage
2323

@@ -80,4 +80,4 @@ Afterwards a gnuplot window pops up and visualizes the data:
8080
## Alternatives
8181

8282
- `pidstat` from the [sysstat package](https://github.com/sysstat/sysstat/) for pure recording, no plotting - written in C and probably available in most distro package managers
83-
- [psrecord](https://github.com/astrofrog/psrecord) a nice python tool for recording and plotting (using `matplotlib`) - installation via `pip`
83+
- [psrecord](https://github.com/astrofrog/psrecord) a nice python tool for recording and plotting (using `matplotlib`) - installation via `pip`

0 commit comments

Comments
 (0)