diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-24 10:47:09 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-24 11:27:08 -0500 |
| commit | 4ff446e2d41515eaee5e89870e7b6fa85949033c (patch) | |
| tree | 5fa6b3d0c8b44533e27b80c9337315cdb2bd5696 /static/faq.html | |
| parent | 5be9bc4f82ac3281267f9d9d500e0591e031e674 (diff) | |
create an install directory with an index page
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/static/faq.html b/static/faq.html index 298b07b2..c8b4d632 100644 --- a/static/faq.html +++ b/static/faq.html @@ -34,7 +34,7 @@ <ul> <li><a href="/">GrapheneOS</a></li> <li><a href="/features">Features</a></li> - <li><a href="/install">Install</a></li> + <li><a href="/install/">Install</a></li> <li><a href="/build">Build</a></li> <li><a href="/usage">Usage</a></li> <li aria-current="page"><a href="/faq">FAQ</a></li> @@ -1106,10 +1106,11 @@ <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> + <p>Either follow the <a href="/install/cli">official command-line installation + guide</a> or use <a href="/install-web">our web-based installer</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"> |
