diff options
| author | sandbank52641 <153552626+sandbank52641@users.noreply.github.com> | 2024-03-03 16:40:18 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-03-03 11:18:02 -0500 |
| commit | 93036db66112859748d45eeb60bc024ef51a151f (patch) | |
| tree | 1ec0d5fe6f55756d0961bdcd70225659fb71e5a9 /static/install/cli.html | |
| parent | 8694ac2317880d79b0722f51c54d79dde58a8c0f (diff) | |
move up "Further information" section
After installation, the user may want to dive into more information
about the new system they got (=> "Further information"). This should
have a higher priority than the section "Replacing GrapheneOS with the
stock OS."
Diffstat (limited to 'static/install/cli.html')
| -rw-r--r-- | static/install/cli.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index e8f60819..5f26f800 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -630,6 +630,15 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-<var>VERS </section> </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 id="replacing-grapheneos-with-the-stock-os"> <h3><a href="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></h3> @@ -644,15 +653,6 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-<var>VERS <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> {% include "footer.html" %} |
