Skip to content

Commit e2635c2

Browse files
authored
Update README.md
Add svg pipe
1 parent 265c22e commit e2635c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ brew install Graphviz
2828
git clone https://github.com/akme/lsofgraph-python.git
2929
cd lsofgraph-python
3030
lsof -n -F | python lsofgraph.py | unflatten -l 1 -c 6 | dot -T jpg > /tmp/a.jpg && open /tmp/a.jpg
31+
lsof -n -F | python lsofgraph.py | unflatten -l 1 -c 6 | dot -T svg > /tmp/a.jpg && open -a Safari.app '/tmp/a.svg'
3132
````

0 commit comments

Comments
 (0)