diff --git a/README.md b/README.md index 81507ae..6c0765a 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,12 @@ Keys: The backend can either be run via `cargo run --release` or `cargo build --release` using the correct target architecture, e.g. 'x86_64-unknown-linux-gnu', the executable will be placed in the `target/release` directory and can then be run via any method +Alternatively download the executable from the 'Releases' Page for your device + ### Frontend -The HTML code for the frontend can be generated by using `trunk build`. The resulting files will end up in the `frontend/dist` directory and can be served over any webserver supporting wasm +The HTML code for the frontend can be generated by using `trunk build`. The resulting files will end up in the `frontend/dist` directory and can be served over any webserver supporting WASM + +Alternatively download the fontend files from the 'Releases' Page and serve them via any webserver supporting WASM > [!NOTE] > To install trunk run `cargo install trunk`