From 26b979b0d18f17d6ab6bec0ea99e40a9bbd06bcf Mon Sep 17 00:00:00 2001 From: Monkey Do Date: Fri, 31 Aug 2018 16:38:22 +0200 Subject: [PATCH 1/2] Added link to online Graphviz tool --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14093e8..63e345c 100644 --- a/README.md +++ b/README.md @@ -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 `fdp -Tpdf -o out.pdf`or `fdp -Tpng -o out.png` on a system with graphviz installed, paste the previous output there, press enter -and finally CTRL+C to generate the file. \ No newline at end of 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. From b6198efee01a989af97e74ee137befcf0e2b7036 Mon Sep 17 00:00:00 2001 From: Monkey Do Date: Fri, 31 Aug 2018 16:55:50 +0200 Subject: [PATCH 2/2] Updated online graphviz tool link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63e345c..3d7316a 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,5 @@ This will just generate and output the graph. You can then run graphviz installed, paste the previous output there, press enter and finally CTRL+C to generate the file. -Alternatively, you can use [this website](http://www.webgraphviz.com) for an online version of Graphviz. +Alternatively, you can use [this website](https://dreampuf.github.io/GraphvizOnline/) for an online version of Graphviz. +The recommended render engine is `fdp`.