From 6d16af71432cc7fd6beebf8ff30f04ff6fc1f3fb Mon Sep 17 00:00:00 2001 From: eneller Date: Sun, 7 Dec 2025 16:55:52 +0100 Subject: [PATCH] doc: README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd5ea7f..d3981bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Tauri + Angular -This template should help get you started developing with Tauri and Angular. +On Windows, Tauri requires the the msvc toolchain: +``` +rustup default stable-msvc +``` + + ## Recommended IDE Setup