From e24e04a843cee189d9fde5d226c12a8f704a5aae Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 11 Oct 2024 07:42:08 +0200 Subject: [PATCH] Fixed tauri-cli command to avoid conflicts with newer Tauri versions --- documentation/Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Build.md b/documentation/Build.md index 8191d641..b8a1605f 100644 --- a/documentation/Build.md +++ b/documentation/Build.md @@ -5,7 +5,7 @@ You just want to use the app? Then simply [download the appropriate setup for yo 1. Install the [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). 2. [Install the Rust compiler](https://www.rust-lang.org/tools/install) in the latest version. 3. Met the prerequisites for building [Tauri](https://tauri.app/v1/guides/getting-started/prerequisites/). Node.js is **not** required, though. -4. Install the Tauri CLI by running `cargo install tauri-cli`. +4. Install the Tauri CLI by running `cargo install --version 1.6.2 tauri-cli`. 5. [Install NuShell](https://www.nushell.sh/) when you want to prepare a release or build a local binary. NuShell works on all operating systems and is required because the build script is written in NuShell. 6. Clone the repository.