Browse Source

docs: add information to reboot MSWindows computer before using tauri (#2710)

Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com>
Justin Maximillian Kimlim 3 năm trước cách đây
mục cha
commit
6c96aa01cf
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      docs/getting-started/setup-windows.md

+ 5 - 0
docs/getting-started/setup-windows.md

@@ -57,6 +57,7 @@ Now you will need to install <a href="https://www.rust-lang.org/" target="_blank
 
 Download and install the proper variant for your computer's architecture.
 
+
 ## 4. Install WebView2
 
 <Alert title="Note">
@@ -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).
 
+<Alert type="Note">
+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.
+</Alert>
+
 ## 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).