diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-30 20:45:50 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-30 20:45:50 -0500 |
| commit | e9d409f992e34f991dae43e9ee582671b68719a4 (patch) | |
| tree | 056a4dd7698e82fed5fc07b663677b52492e8215 /static/install | |
| parent | a0f811033a36fdb3dc7d847e45d3b40a6c24b10c (diff) | |
stop calling WebUSB installer experimental
Diffstat (limited to 'static/install')
| -rw-r--r-- | static/install/index.html | 2 | ||||
| -rw-r--r-- | static/install/web.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/static/install/index.html b/static/install/index.html index 3633648e..f4042a09 100644 --- a/static/install/index.html +++ b/static/install/index.html @@ -49,7 +49,7 @@ <h1><a href="#install">Install</a></h1> <p>GrapheneOS has two officially supported installation methods. You can either use - the <a href="/install/cli">command-line installation guide</a> or the <strong>experimental</strong> + the <a href="/install/cli">command-line installation guide</a> or the <a href="/install/web">WebUSB-based installer</a>.</p> <p>The command-line approach offers a way to install GrapheneOS without trusting our diff --git a/static/install/web.html b/static/install/web.html index 593415b7..a4062f1a 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -51,9 +51,9 @@ <main id="web-install"> <h1><a href="#web-install">Web install</a></h1> - <p>This is an <strong>experimental</strong> WebUSB-based installer for GrapheneOS. - Consider using the <a href="/install/cli">command-line installation guide</a> until - this has been more thoroughly tested.</p> + <p>This is a WebUSB-based installer for GrapheneOS. The + <a href="/install/cli">command-line installation guide</a> is the more traditional + approach to installing GrapheneOS.</p> <section id="prerequisites"> <h2><a href="#prerequisites">Prerequisites</a></h2> |
