Merge pull request #3 from MonkeyDo/patch-1

Added link to online Graphviz tool
This commit is contained in:
LeoVerto 2018-08-31 14:57:37 +00:00 committed by GitHub
commit 23a74a820c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,4 +35,7 @@ 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](https://dreampuf.github.io/GraphvizOnline/) for an online version of Graphviz.
The recommended render engine is `fdp`.