diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md index 57cceb2..d884b19 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,14 @@ visualizing CTF clusters (teams playing together at DEFCON quals 2022) +<<<<<<< HEAD <img src="./teams.svg"></img> +======= +## building + +Install graphviz with the package manager of your choice. + +``` +neato -Tsvg teams.dot > teams.svg +``` +>>>>>>> 6e08e33 (build instructions) |