diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-02-20 07:07:22 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-20 07:07:22 -0500 |
| commit | fffdfc4675b1274e5c0fe63f91242ef512dcec02 (patch) | |
| tree | 373a45a665ff112ee9e4136785f144e668d29b7e | |
| parent | 6df15bd9dbc75dda1ccae21d6ea84dba17737f30 (diff) | |
update web install browser recommendations
| -rw-r--r-- | static/install/web.html | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/static/install/web.html b/static/install/web.html index 5f847af2..362d0712 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -121,11 +121,20 @@ <p>Make sure your operating system is up-to-date before proceeding.</p> - <p>For this web-based installation process, the latest stable release of Chromium, - Chrome or Microsoft Edge is recommended. Other Chromium-based browsers will likely - work but these are the ones that we test. You should avoid Incognito or other - private browsing modes because it currently prevents the installer from having - enough storage space to extract the images from the downloaded zip file.</p> + <p>Officially supported browsers for the web install method:</p> + + <ul> + <li>Chromium</li> + <li>Vanadium (GrapheneOS)</li> + <li>Google Chrome</li> + <li>Microsoft Edge</li> + </ul> + + <p>Make sure your browser is up-to-date before proceeding.</p> + + <p>Do not use Incognito or other private browsing modes. These modes usually + prevent the web installer from having enough storage space to extract the + downloaded release.</p> <p>You need one of the officially supported devices. To make sure that the device can be unlocked to install GrapheneOS, avoid carrier variants of the devices. Carrier |
