diff --git a/docs/backend/README.md b/docs/backend/README.md index 6d9c95d..d1509bb 100644 --- a/docs/backend/README.md +++ b/docs/backend/README.md @@ -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 \ No newline at end of file +Both the config and a single dataset is required + +## Building +- Install rust +- clone repo +- `cd repodir/backend` +- `cargo build` + +Done \ No newline at end of file