Skip to content

Commit 21ebd3e

Browse files
committed
Add mac OS to Readme.md
1 parent a9bb828 commit 21ebd3e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,13 @@ sudo lsof -n -F | python lsofgraph.py | unflatten -l 1 -c 6 | dot -T svg > /tmp/
1919
````
2020

2121
![example output](/example.jpg)
22+
23+
#Install and use to Mac OS
24+
25+
Graphviz contains utilities dot and unflatten
26+
````shell
27+
brew install Graphviz
28+
git clone https://github.com/akme/lsofgraph-python.git
29+
cd lsofgraph-python
30+
lsof -n -F | python lsofgraph.py | unflatten -l 1 -c 6 | dot -T jpg > /tmp/a.jpg && open /tmp/a.jpg
31+
````

0 commit comments

Comments
 (0)