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

Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com>
This commit is contained in:
Justin Maximillian Kimlim
2021-10-11 13:16:08 +00:00
committed by GitHub
parent ac37b56ef4
commit 6c96aa01cf

View File

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