diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-20 15:03:09 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-20 15:03:09 -0500 |
| commit | b6ee6208e84efbd1b73080b8bbc0f5a428e5f174 (patch) | |
| tree | 8e71322758814c5dbf4c192cb5c06be8dc0914b9 /static/install.html | |
| parent | 0aca860d3b59bd52e5bd1f7d061e033ceb960c2b (diff) | |
add further information section to install guide
Diffstat (limited to 'static/install.html')
| -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> |
