From 5c035f3ba90c317ae58d3544d362c1a598ade567 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sun, 19 Jan 2025 08:38:04 -0500 Subject: [PATCH] docs(Readme.md): added basic build instructions to Readme --- Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Readme.md b/Readme.md index 20c4bde..93b9b91 100644 --- a/Readme.md +++ b/Readme.md @@ -1,2 +1,12 @@ # New implimentation of 3+1D SSE We need an exciting name. + +# Building +In order to build run +```bash +./mk +``` +if you want to build with no test suite run +```bash +./mk --noTest +```