diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-28 00:19:29 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-28 00:19:29 -0500 |
| commit | e5b860897605340f7171bc58986f4a6401894d6a (patch) | |
| tree | ae1c0bd0b111ed7330a5c63950c7fc0bfd634783 /static | |
| parent | a6a88dc6bb09f94f3c140c7823137f0a30cefd9f (diff) | |
add FAQ entries for installing and building the OS
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index 46d25ec3..b886d439 100644 --- a/static/faq.html +++ b/static/faq.html @@ -115,6 +115,8 @@ <li><a href="#copyright-and-licensing">Who owns the GrapheneOS code and how is it licensed?</a></li> <li><a href="#roadmap">What is the roadmap for GrapheneOS?</a></li> <li><a href="#company">Will GrapheneOS create a company?</a></li> + <li><a href="#install">How do I install GrapheneOS?</a></li> + <li><a href="#build">How do I build GrapheneOS?</a></li> </ul> </nav> @@ -1092,6 +1094,24 @@ on improving privacy/security without struggling to build a viable business model that's not in conflict with the success of the open source project.</p> </article> + + <article id="install"> + <h2><a href="#install">How do I install GrapheneOS?</a></h2> + + <p>Follow the <a href="/install">official GrapheneOS installation guide</a>. Third + party installation guides tend to be out-of-date and often contain misguided + advice and errors. If you have trouble with the installation process, ask for help + from the <a href="/contact#community">#grapheneos Matrix / IRC channel</a>.</p> + </article> + + <article id="build"> + <h2><a href="#build">How do I build GrapheneOS?</a></h2> + + <p>Follow the <a href="/build">official GrapheneOS building guide</a>. Third party + build guides tend to be out-of-date and often contain misguided advice and errors. + If you have trouble with the build process, ask for help from the + <a href="/contact#community">#grapheneos Matrix / IRC channel</a>.</p> + </article> </main> <footer> <a href="/"><img src="/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> |
