From 3cda718b22a16d3135b6ff2d6a5c012bf32846c1 Mon Sep 17 00:00:00 2001 From: Matthew Varley Date: Thu, 27 Dec 2012 03:06:06 -0500 Subject: [PATCH] Update commandline to reflect graphiz caring about capitalizing T --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 0ffcb0b..c395826 100644 --- a/readme.markdown +++ b/readme.markdown @@ -59,7 +59,7 @@ Note to Windows users: you may need to run this command from the location where ``` cd c:\program files (x86)\graphviz -dot -tpdf c:\Users\john\desktop\brotherhood.dot > c:\Users\john\desktop\brotherhood.pdf +dot -Tpdf c:\Users\john\desktop\brotherhood.dot > c:\Users\john\desktop\brotherhood.pdf ``` The `-T` flag tells dot which format to use for the output file. In this case, we are specifying PDF, but other formats like PNG may be used as well.