about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2022-05-30 22:20:08 +0200
committerEmile <git@emile.space>2022-05-30 22:20:08 +0200
commit96bb7c63a7940ecf2b12e6270379f46bd61fc364 (patch)
treeb5e3e557987d51bc49be7d14546da2b51863a528
parenta5215e12fc125b5240299cf625dcaca27e74ba05 (diff)
readme changes
-rw-r--r--README.md10
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)