about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2022-05-30 22:20:58 +0200
committerEmile <git@emile.space>2022-05-30 22:20:58 +0200
commitfbf7dbff39046f27252301c34003d9d7736d3dcd (patch)
tree7beaf36db209faa0159de849fa70eb096b2039e0
parentd39ba88be16906c26c2aa824bd879e99a0cdf93c (diff)
install instructions (fixed rebase fuckup)
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index d884b19..42e05f1 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,8 @@
 
 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.
@@ -12,4 +11,3 @@ Install graphviz with the package manager of your choice.
 ```
 neato -Tsvg teams.dot > teams.svg
 ```
->>>>>>> 6e08e33 (build instructions)