From cc674960451590d84f9a158b648899de65205090 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Sun, 19 Nov 2023 05:59:57 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f712dc6..89df5c3 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,13 @@ Scan the QR code with your smartphone and open the link. - `Arrow Down Long Press` Stop presentation +## Build +### Prerequisites +- [Rust](https://www.rust-lang.org/tools/install) +- [Node](https://nodejs.org/en/download/current) +### Development +To run in development, execute `cargo tauri dev`. + +### Building +To build for the current platform, execute `cargo tauri build`. On Windows, this will build both NSIS and MSI installers. Both function identically and are located under `src-tauri/target/release/bundle/`.