Added build instructions

This commit is contained in:
Benjamyn Love 2024-11-29 19:44:49 +11:00
parent e42490874d
commit 8daac65fdc

View File

@ -82,3 +82,11 @@ option = 'Fifth square'
Having the same header `[[]]` puts them in a list
Both the config and a single dataset is required
## Building
- Install rust
- clone repo
- `cd repodir/backend`
- `cargo build`
Done