From 8daac65fdc9907d671655ddd5d9c19a6153b7c53 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Fri, 29 Nov 2024 19:44:49 +1100 Subject: [PATCH] Added build instructions --- docs/backend/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/backend/README.md b/docs/backend/README.md index 6d9c95d..d1509bb 100644 --- a/docs/backend/README.md +++ b/docs/backend/README.md @@ -81,4 +81,12 @@ option = 'Fifth square' Having the same header `[[]]` puts them in a list -Both the config and a single dataset is required \ No newline at end of file +Both the config and a single dataset is required + +## Building +- Install rust +- clone repo +- `cd repodir/backend` +- `cargo build` + +Done \ No newline at end of file -- 2.43.5