From dcf080d59de42d7860e4bc320997857afb3b8736 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 23 Jun 2025 06:08:52 +0200 Subject: [PATCH] Tauri prerequistis documented. --- tauri/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tauri/README.md b/tauri/README.md index cc65a370..11431e4b 100644 --- a/tauri/README.md +++ b/tauri/README.md @@ -35,6 +35,7 @@ Before you begin, ensure you have the following installed: - **macOS**: Xcode Command Line Tools - **Linux**: `webkit2gtk`, `libgtk-3-dev`, `libappindicator3-dev` - **Windows**: WebView2 (comes with Windows 11/10) +- Tauri: `cargo install tauri-cli` ## Getting Started