From 895f06e7d1f18fed19e60d1137989e70510ca633 Mon Sep 17 00:00:00 2001 From: LeoVerto Date: Fri, 31 Aug 2018 06:23:07 +0200 Subject: [PATCH] Update README to use fdp instead of dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ef37b1..c47f76a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ run this script inside a pre-built docker container: docker run -v /var/run/docker.sock:/var/run/docker.sock leoverto/docker-network-graph This will just generate and output the graph. You can then run -`dot -Tpdf -o out.pdf`or `dot -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 and finally CTRL+C to generate the file. \ No newline at end of file