diff options
author | Emile <git@emile.space> | 2022-05-30 22:20:08 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2022-05-30 22:20:08 +0200 |
commit | 96bb7c63a7940ecf2b12e6270379f46bd61fc364 (patch) | |
tree | b5e3e557987d51bc49be7d14546da2b51863a528 | |
parent | a5215e12fc125b5240299cf625dcaca27e74ba05 (diff) |
readme changes
-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) |