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).