Added build instructions #2

Merged
benjamyn merged 1 commits from docs into master 2024-11-29 03:45:08 -05:00
Showing only changes of commit 8daac65fdc - Show all commits

View File

@ -82,3 +82,11 @@ 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