mirror of
https://github.com/beta-nu-theta-chi/big-brother-tree.git
synced 2025-12-01 00:24:47 +00:00
Update commandline to reflect graphiz caring about capitalizing T
This commit is contained in:
parent
870bc71ca5
commit
3cda718b22
@ -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
|
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.
|
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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user