Added link to online Graphviz tool

This commit is contained in:
Monkey Do 2018-08-31 16:38:22 +02:00 committed by GitHub
parent 58bde04833
commit 26b979b0d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,3 +36,5 @@ This will just generate and output the graph. You can then run
`fdp -Tpdf -o out.pdf`or `fdp -Tpng -o out.png` on a system with `fdp -Tpdf -o out.pdf`or `fdp -Tpng -o out.png` on a system with
graphviz installed, paste the previous output there, press enter graphviz installed, paste the previous output there, press enter
and finally CTRL+C to generate the file. and finally CTRL+C to generate the file.
Alternatively, you can use [this website](http://www.webgraphviz.com) for an online version of Graphviz.