docs(Readme.md): added basic build instructions to Readme

This commit is contained in:
2025-01-19 08:38:04 -05:00
parent e28d407cd7
commit 5c035f3ba9

View File

@@ -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
```