From 24f2ca55fe957799401c06d48311840d9d78d8e3 Mon Sep 17 00:00:00 2001
From: Brandon Lai-Cheong <brandon.lai-cheong@uwaterloo.ca>
Date: Tue, 3 Dec 2024 13:19:48 -0500
Subject: [PATCH] Update README.md

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 177b88b..1dcc0e9 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,13 @@ Provides a datastructure for storing triangles based on how far they are from a
 The datastructure is capable of performing the following queries:
   1. for a point, get the closest triangle
   2. get the visible surface area
+
+## Building
+```
+mkdir build
+cd build
+cmake ..
+make
+./tests
+```
+
-- 
GitLab