From 6c96aa01cf844f56cadfa3c0c3f8da057bd3326d Mon Sep 17 00:00:00 2001 From: Justin Maximillian Kimlim Date: Mon, 11 Oct 2021 13:16:08 +0000 Subject: [PATCH] docs: add information to reboot MSWindows computer before using tauri (#2710) Co-authored-by: nothingismagick --- docs/getting-started/setup-windows.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started/setup-windows.md b/docs/getting-started/setup-windows.md index 171f40ab8..1d8295f17 100644 --- a/docs/getting-started/setup-windows.md +++ b/docs/getting-started/setup-windows.md @@ -57,6 +57,7 @@ Now you will need to install @@ -65,6 +66,10 @@ WebView2 is pre-installed in Windows 11. Finally, you will need to install WebView2. The best way to do this is to download and run the Evergreen Bootstrapper from [this page](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section). + +If you have problems of any kind after following these instructions, we recommend that you reboot your computer before developing a Tauri project to ensure that everything works as expected. + + ## Continue Now that you have set up the Windows-specific dependencies for Tauri, learn how to [add Tauri to your project](/docs/usage/development/integration).