Merge pull request 'Added build instructions' (#2) from docs into master

Reviewed-on: #2
This commit is contained in:
Benjamyn Love 2024-11-29 03:45:07 -05:00
commit 9ff43e5935

View File

@ -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
Both the config and a single dataset is required
## Building
- Install rust
- clone repo
- `cd repodir/backend`
- `cargo build`
Done