Added build instructions

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

View File

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