diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-23 04:03:48 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-23 04:03:48 -0500 |
| commit | 16fa1065dabc7ec2cc4c9438e5b01d59e3ccae02 (patch) | |
| tree | 24b92c903c94c0526bb537c27f3e1ab925ea9e8a | |
| parent | a8f63181c92b5be63c2ee95a38d4ff7dddbd998b (diff) | |
add a temporary warning to the web install page
| -rw-r--r-- | static/web-install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/web-install.html b/static/web-install.html index 3c3023de..9ac73ddc 100644 --- a/static/web-install.html +++ b/static/web-install.html @@ -54,9 +54,9 @@ <main id="web-install"> <h1><a href="#web-install">Web install</a></h1> - <p>This is the beginning of a WebUSB-based installer for GrapheneOS. Very little has - been implemented and it doesn't do anything useful yet. You should ignore this page - and use the <a href="/install">official install guide</a>.</p> + <p><strong>This is a highly experimental WebUSB-based installer for GrapheneOS. Use it + at your own risk. Use the <a href="/install">official install guide</a> until this has + been more thoroughly tested and improved.</strong></p> <section id="prerequisites"> <h2><a href="#prerequisites">Prerequisites</a></h2> |
