diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-30 03:20:40 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-30 03:20:40 -0500 |
| commit | a0f811033a36fdb3dc7d847e45d3b40a6c24b10c (patch) | |
| tree | 504f4947a26dba7ba1befc77fdfcad9fbcc2be6d /static | |
| parent | a96bb87e12f84511ce4823e46c921e0fb14d1978 (diff) | |
add Windows Update driver information
Diffstat (limited to 'static')
| -rw-r--r-- | static/install/cli.html | 3 | ||||
| -rw-r--r-- | static/install/web.html | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index 6b2d28ae..35147027 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -284,6 +284,9 @@ Installed as /home/username/platform-tools/fastboot</pre> <p>Connect the phone to the computer. On Linux, you'll need to do this again if you didn't have the udev rules set up when you connected it.</p> + + <p>On Windows, you may need to install a driver for fastboot. You can obtain this + via the Windows Update optional updates if you don't already have it.</p> </section> <section id="unlocking-the-bootloader"> diff --git a/static/install/web.html b/static/install/web.html index 52ef18aa..593415b7 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -131,6 +131,9 @@ <p>Connect the phone to the computer. On Linux, you'll need to do this again if you didn't have the udev rules set up when you connected it.</p> + + <p>On Windows, you may need to install a driver for fastboot. You can obtain this + via the Windows Update optional updates if you don't already have it.</p> </section> <section id="unlocking-the-bootloader"> |
