Added link to online Graphviz tool
This commit is contained in:
parent
58bde04833
commit
26b979b0d1
1 changed files with 3 additions and 1 deletions
|
@ -35,4 +35,6 @@ run this script inside a pre-built docker container:
|
||||||
This will just generate and output the graph. You can then run
|
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.
|
||||||
|
|
Loading…
Reference in a new issue