Compare commits

...

2 Commits

Author SHA1 Message Date
9ff43e5935 Merge pull request 'Added build instructions' (#2) from docs into master
Reviewed-on: #2
2024-11-29 03:45:07 -05:00
8daac65fdc Added build instructions 2024-11-29 19:44:49 +11:00

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