diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-02-20 05:32:38 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-02-20 05:34:06 -0500 |
| commit | dc924564e835d537f755663de4c7a61d46685481 (patch) | |
| tree | 7a2dfe6cf655f5781272281c3724af98e405837f /static/install/cli.html | |
| parent | 8c765f0212fb91b91021fd626b8b7c1195054a8e (diff) | |
simplify list of supported OSes for installing
Diffstat (limited to 'static/install/cli.html')
| -rw-r--r-- | static/install/cli.html | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index e78c747b..f4707052 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -128,11 +128,17 @@ bare metal. Virtual machines are also often configured to have overly limited memory and storage space.</p> - <p>Windows 10, macOS Big Sur, Arch Linux, Debian buster and Ubuntu 20.04 LTS are - the officially supported operating systems for this guide. You should make sure - your operating system is up-to-date before proceeding with these instructions. - Older versions and other Linux distributions usually work, but if you encounter - problems try using one of the officially supported options.</p> + <p>Officially supported operating systems for the CLI install method:</p> + + <ul> + <li>Windows 10</li> + <li>macOS Big Sur</li> + <li>Arch Linux</li> + <li>Debian buster</li> + <li>Ubuntu 20.04 LTS</li> + </ul> + + <p>Make sure your operating system is up-to-date before proceeding.</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 |
