diff options
| -rw-r--r-- | static/install.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html index 90444c6d..87373d3a 100644 --- a/static/install.html +++ b/static/install.html @@ -81,6 +81,7 @@ <li><a href="#disabling-oem-unlocking">Disabling OEM unlocking</a></li> <li><a href="#verifying-installation">Verifying installation</a></li> <li><a href="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></li> + <li><a href="#further-information">Further information</a></li> </ul> </li> </ul> @@ -437,6 +438,15 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> <pre>fastboot erase avb_custom_key</pre> </section> + + <section id="further-information"> + <h3><a href="#further-information">Further information</a></h3> + + <p>Please look through the <a href="/usage">usage guide</a> and + <a href="/faq">FAQ</a> for more information. If you have further questions not + covered by the site, join the <a href="/contact#community">official GrapheneOS + chat channels</a> and ask the questions in the appropriate channel.</p> + </section> </section> </main> <footer> |
